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");
5 ответов
0
Thank you! Few questions still...there isn't a loopcount > limit in the code and what's up with the loopcount++ ?
0
Thanks dude!