+ 1

What's a while loop in java ?

explain

22nd May 2017, 8:28 AM
Salah Ayoob
Salah Ayoob - avatar
2 Answers
+ 1
A loop statement allows to repeatedly execute a statement or group of statements. A while loop statement repeatedly executes a target statement as long as a given condition is true.
2nd Jul 2017, 5:34 PM
Arpita Chatterjee
Arpita Chatterjee - avatar
0
Do the java course, it's explained in there
22nd May 2017, 8:56 AM
Maart
Maart - avatar