0

{HELP}

int x = 1; while (x <= ) { System.out.println("in a loop"); ++; }

18th Nov 2020, 3:52 AM
Gerlie Tordecilla
Gerlie Tordecilla - avatar
2 odpowiedzi
+ 2
The code is not complete please complete and rearrange it to be clear for us
18th Nov 2020, 4:07 AM
Muhammad Galhoum
Muhammad Galhoum - avatar
0
int x = 1; while (x++ <= 5 ) { System.out.println("in a loop"); }
18th Nov 2020, 7:59 PM
zemiak