Multiple Choice
Suppose that x is an int variable, y is a double variable, and z is an int variable.The input is: 15 76.3 14
Choose the values after the following statement executes:
Cin >> x >> y >> z;
A) x = 15, y = 76, z = 14
B) x = 15, y = 76, z = 0
C) x = 15, y = 76.3, z = 14
D) x = 15.0, y = 76.3, z = 14.0
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: The following statements will result in input
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 =
Q8: Suppose that x and y are int
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 =