Respuesta :

Answer: A

Explanation:

for is used when you're talking in terms of repeating loops for a finite number of times.

do... while is used when describing something to do while a variable is equal to something, else is used when a variable isn't what was defined in a while statement, and while is used when you want something to repeat while a variable is equal to something.