(b) The ___ loop is used when we do not know the number of executions.
Answers
Answered by
2
Answer:
"While" Loop
Explanation:
For example, if we want to ask a user for a number between 1 and 10, we don't know how many times the user may enter a larger number, so we keep asking "while the number is not between 1 and 10".
Answered by
1
While is to be used
Similar questions