Question: int z = 4 if z = x + 1 } else { z = z + 9 } if y + + ; }

int z=4
if
z=x+1
} else {
z=z+9
}
if
y++;
}
System.out.print "+y;
What is the output if x=3 and y=20?
921
1321
913
49
None of the other answers
 int z=4 if z=x+1 } else { z=z+9 } if y++;

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!