Computer Science, asked by naval1610chauhan, 2 months ago

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 ak3873555
0

Answer:

lhcohxoyxyoxtzoxooyxpycpyxoypo

Similar questions