0

I don't understand what the output should be

The question asks what is the output. My review packet answer says it's suppose to be "HELP". I don't understand how that's the answer. limit=8; System.out.print("H"); loopcount=10; do { System.out.print("E"); loopcount++; } while (loopcount <=limit); System.out.println("LP");

13th Dec 2017, 6:03 PM
Kel
Kel - avatar
5 ответов
0
Thank you! Few questions still...there isn't a loopcount > limit in the code and what's up with the loopcount++ ?
13th Dec 2017, 6:17 PM
Kel
Kel - avatar
0
Thanks dude!
13th Dec 2017, 11:25 PM
Kel
Kel - avatar