Suppose that ch1 and ch2 are char variables, alpha is an int…
Suppose that ch1 and ch2 are char variables, alpha is an int variable, and the input is:A 18What are the values after the following statement executes?cin.get(ch1);cin.get(ch2);cin >> alpha;
Read Details