Question: What is the output? int e = 1 0 0 , f = 1 0 ; if ( e > 9 0 ) if (

What is the output?
int e=100, f=10;
if(e>90)
if(f>10)
System.out.printin("go");
else
System.out.printin("run");
else
System.out.println("fly");
System.out.print/n("nogo");

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!