Question: What is the output of the following code segment? t = 0; if(t > 7) System.out.print(AAA); System.out.print(BBB); a. AAA b. BBB c. AAABBB d. Nothing
What is the output of the following code segment?
t = 0;
if(t > 7)
System.out.print("AAA");
System.out.print("BBB");
a. AAA
b. BBB
c. AAABBB
d. Nothing
Step by Step Solution
3.60 Rating (172 Votes )
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
