Computer Science, asked by shivmanoj589gm53, 3 months ago

The loop used when the user knows exactly how many times the loop has to be executed is __________ .
(a) For ...next
(b) Do While ... Loop
(c) while ... wend

Answers

Answered by siriusblackpadfoot00
0

Answer:

For loop is used when the used exactly knows

Explanation:

But in such cases while and do while can also be used

but final answer is

a. For

Similar questions