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