Solved

Suppose That X Is an Int Variable, Y Is a Double

Question 7

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions