What is the output of the following code segment?
t = 10;
if(t > 7)
{
System.out.print("AAA");
System.out.print("BBB");
}
a. AAA
b. BBB
c. AAABBB
d. nothing
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.