What will be the output of the program?
int i = O; while(1) { if(i == 4) { break; } ++i; } System.out.println(i = + i);
Reveal answer
Fill a bubble to check yourself
What will be the output of the program?
int i = O; while(1) { if(i == 4) { break; } ++i; } System.out.println(i = + i);