To repeat Spanish vocabulary words five times, Malik should use a for loop. A for loop is ideal for situations where the number of iterations is known in advance, like repeating a task a specific number of times (in this case, five).
Malik wants to create a program that will repeat Spanish vocabulary words five times. What kind of loop should be used to do this? (1 point) Responses infinite loop infinite loop for loop for loop while loop while loop Boolean loop
1 answer