What will be the output of following program?
class LoopTest {
public static void main(String[] args)
{
boolean flag = false;
int x = 0;
do {
X++;
} while (flag =! flag);
System.out.println(x);
}
}
Answers
Answered by
0
Answer:
lhcohxoyxyoxtzoxooyxpycpyxoypo
Similar questions