The ________ is specifically designed for situations requiring a counter variable to control the number of times a loop iterates. Question 29 options: A) if-else statement B) while loop C) switch statement D) for loop

Respuesta :

Answer:

C

Explanation:

16. The ____________ is specifically designed for situations requiring a counter variable to control the number of times a loop iterates.

a. while loop b. if-else statement c. for loop d. switch statement

✓ ANS: C