Question: C++ language Suppose a string variable fullName contains last name of a person, followed by a comma, space, and first name Write to the screen
C++ language
Suppose a string variable fullName contains last name of a person, followed by a comma, space, and first name Write to the screen a line containing a greeting Hello !, where is the first name taken from the fullName variable. So, if fullName contains Doe, John, you should print Hello John!.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
