Question: Which of the following should a program use to store the name of any city in a string variable named cityName? a. cin >> cityName;
Which of the following should a program use to store the name of any city in a string variable named cityName?
a. cin >> cityName;
b. cin(cityName);
c. getline(cityName, cin);
d. getline(cin, cityName);
Step by Step Solution
3.41 Rating (164 Votes )
There are 3 Steps involved in it
d ge... View full answer
Get step-by-step solutions from verified subject matter experts
