Saved Bookmarks
| 1. |
Which of the following loop is called pre-tested loopa) while loopb)do-while loop. c)for loopd)until loop |
|
Answer» Answer: for loop Explanation:for loop is a pre TESTED loop because it CHECKS for the condition to ne SATISFIED before RUNNING the STATEMENT |
|