Computer Science, asked by rajendratirker, 2 months ago

Question 2.
Predict the output of the following:
a) int n=20;
while(n>10)
if(n%4=0)
break;
System.out.println(n);
n-=2;​

Answers

Answered by 21097
0

Answer:

2 as it is told in equation

Similar questions