Saved Bookmarks
| 1. |
In situations where we need to execute the body of the loop before testing the condition, we must use which loopforDo whileWhileNested for loop |
|
Answer» In while LOOP, a condition is evaluated before processing a BODY of the loop. If a condition is true then and only then the body of a loop is executed therefore while loop is the CORRECT answer. |
|