Assuming the variable q has been assigned the value 3, which of the following statements displays XXX?
a. if(q > 0) System.out.println("XXX");
b. if(q > 7); System.out.println("XXX");
c. Both of the above statements display XXX.
d. Neither of the above statements displays XXX.
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.