Suppose x and y are int variables and ch is a char variable. Assume the following input data:
13 28 D
14 E 98
A B 56
What value (if any) is assigned to x, y, and ch after each of the following statements executes? (Use the same input for each statement.)