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