Help me please. | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Help me please.

__(int x = 0; x < 5; x++) { System.out.println("in a loop"); } What will be in the "__"?

25th Dec 2016, 7:32 AM
Abid
Abid - avatar
1 ответ
+ 3
hint : in a loop 2nd hint : the keyword for the loop contains a initial statement, condition statement and a increment
25th Dec 2016, 8:02 AM
Wen Qin
Wen Qin - avatar