Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write the function processName(). It's input is a full name in the form (First MI. Last). Your job is to use string member functions to

image text in transcribed

Write the function processName(). It's input is a full name in the form (First MI. Last). Your job is to use string member functions to break the name into the first name, last name and middle initial, and return the processed name in the form "Last, First Ml.". Use the string member functions substr( ), find( ), rfind( ), find_first_not_of(), find_last_not_of( ) and at () to solve this problem. You may assume: - that every name will have exactly one word for the first and last names and a single character, followed by a period for the middle initial. - There will be at least one space separating each of the portions of the input name, but there may be more spaces. main.cpp

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

MongoDB Applied Design Patterns Practical Use Cases With The Leading NoSQL Database

Authors: Rick Copeland

1st Edition

1449340040, 978-1449340049

More Books

Students also viewed these Databases questions

Question

A 300N F 30% d 2 m Answered: 1 week ago

Answered: 1 week ago