Multiple Choice
Suppose that x is an int variable and y is a double variable.The input is: 10 20.7
Choose the values after the following statement executes: cin >> x >> y;.
A) x = 10, y = 20
B) x = 10, y = 20.0
C) x = 10, y = 20.7
D) x = 10, y = 21.0
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q21: When reading data into a char variable,
Q22: Suppose that x is an int variable,
Q23: Suppose that ch1 and ch2 are char
Q24: In an output statement, each occurrence of
Q25: In C++, the dot is an operator
Q27: Suppose that ch1 and ch2 are char
Q28: Manipulators without parameters are part of the
Q29: Suppose that alpha is an int variable
Q30: _ is a parameterized stream manipulator.<br>A) endl<br>B)
Q31: It is a good idea to redefine