What is the output of the following code segment? t = 0; if(t > 7) System.out.print(AAA); System.out.print(BBB);

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

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  answer-question

Java Programming

ISBN: 978-1337397070

9th edition

Authors: Joyce Farrell

Question Posted: