Question: C++ use structs/classes to implement Ask the user for their first name (store it as a string), then separately ask the user to enter their
C++ use structs/classes to implement
Ask the user for their first name (store it as a string), then separately ask the user to enter their last name (store it as a string). Combine the 2 strings into 1 result string then print the resulting string and also the length of the result string. Remember to include a space between the first and last names.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
