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