Question: Problem C2 Prompt the user to type a name. Use getline to read all the characters input by the user, and save these characters in
Problem C2
Prompt the user to type a name. Use getline to read all the characters input by the user, and save these characters in a string variable. Print the line you read.
Test the program twice: First with the name: George Washington then with the name: Franklin Delano Roosevelt
* I use codelab(C++)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
