+ 1
What's a while loop in java ?
explain
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.
0
Do the java course, it's explained in there