Saved Bookmarks
| 1. |
Write the name of loop which executes a sequence of statements multiple times and abbreviates the code that manages the loop variable. |
|
Answer» The for-loop of the loop which executes a sequence of statements multiple times and abbreviates the code that manages the loop variable. |
|