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 ln(z++y);
What is the output if x=4 and y=5?
None of the other answers
78
89
45
67
 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!