Examlex

Solved

Suppose That Ch1 and Ch2 Are Char Variables, and Alpha

question 23

Multiple Choice

Suppose that ch1 and ch2 are char variables, and alpha is an int variable.The input is:​ A 18

What are the values after the following statement executes?

Cin) get(ch1) ;
Cin) get(ch2) ;
Cin >> alpha;


Definitions:

Related Questions