Suppose x and y are int variables and x = 25 and y = 35. What is the output of each of the following statements?
a. System.out.println(x + ' ' + y);
b. System.out.println(x + " " + y);
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.