Examlex

Solved

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

question 22

Multiple Choice

Suppose that x is an int variable, y is a double variable, and ch is a char variable.The input is:​ 15A 73.2

Choose the values after the following statement executes:​
Cin >> x >> ch >> y;


Definitions:

Related Questions