Multiple Choice
Which of the following will allow the user to input the values 15 and 20 and have them stored in variables named base and height, respectively?
A) cin << base << height;
B) cin base, height;
C) cin >> base >> height;
D) cin base >> cin height;
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q27: What is the value of x after
Q28: If you want to know the length
Q29: What will be displayed after the following
Q30: Which of the following statements will pause
Q31: When C++ is working with an operator,
Q33: Which of the following functions will return
Q34: The cin << statement will stop reading
Q35: How many characters will the following statement
Q36: In the following statement, what will be
Q37: The following statement will output $5.00 to