Question: What is in the string variable date after the following code snippet runs, if the user types John Doe and December 2 4 ?
What is in the string variable date after the following code snippet runs, if the user types "John Doe" and "December
string name, date"December ;
cout "Your name: ;
cin name;
cout "Birthdate? ;
cin date;
Question options:
December
December
December
None of the above
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
