Saved Bookmarks
| 1. |
Java programming loops |
|
Answer» a while LOOP is a CONTROL flow statement that executes a part of the PROGRAMS repeatedly on the basis of given BOOLEAN condition. The Javado while loop is a control flow statement that executes a part of the programs at least once and the further execution depends upon the given boolean condition. |
|