Question: Suppose that age is an int variable, ch is a char variable, and name is a string variable. What are the values of age and
Suppose that age is an int variable, ch is a char variable, and name is a string variable. What are the values of age and name after the following input statements execute? cin >> age: cin.get (ch) getline (cin, name): 8. if the input is: a. 35 Mickey Balto b. 35 Mickey Balto
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
