Multiple Choice
Suppose that x and y are int variables, and z is a double variable.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
Q3: Suppose that x and y are int
Q4: The function _ returns the next character
Q5: When you want to process only partial
Q6: Suppose that x = 1565.683, y =
Q7: Suppose that x is an int variable,
Q9: What is the output of the following
Q10: Suppose that ch1, ch2, and ch3 are
Q11: The extraction operator >> skips only all
Q12: Suppose that x = 25.67, y =
Q13: Suppose that ch1 and ch2 are char