Computer Science, asked by pkm25071981, 2 months ago

Q16. What is the output of the Java program?
int a=10;
if(a==9)
System.out.println("OK");
System.out.println("MASTER" );
else
System.out.println("BYE");​

Answers

Answered by amansarrafas24payxgs
0

Answer:

Output:

Output:BYE

I hope you find it useful... If you have any query do comment, I will try to solve it...

Similar questions