Suppose that x and y are int variables, ch is a char variabl…
Suppose that x and y are int variables, ch is a char variable. Choose the values of x, y, and ch after the following statement executes:cin >> x >> ch >> y; The input is: 4 2 A 12
Read Details