Multiple Choice
Suppose that x and y are int variables,z is a double variable,and the input is: 28 32.6 12
Choose the values of x,y,and z after the following statement executes:
Cin >> x >> y >> z;
A) x = 28, y = 32, z = 0.6
B) x = 28, y = 32, z = 12.0
C) x = 28, y = 12, z = 32.6
D) x = 28, y = 12, z = 0.6
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q13: Suppose that ch1 and ch2 are char
Q16: On some compilers,the statements cin >> fixed;
Q17: In C++, the dot is an operator
Q18: The manipulator _ is used to output
Q19: Suppose that x = 55.68,y = 476.859,and
Q22: What is the output of the following
Q24: The functions get,ignore,and so on are members
Q25: cin is called a(n)_ object.
Q33: Suppose that x and y are int
Q37: The number of input data extracted by