Answer :
The repeat loop is the best type of loop to be used in a game where the enemy sprite performs a certain action five times and then stops.
What is repeat loop?
In programming, the repeat loop is used when the programmer want to execute one or more statements repeatedly some number of times.
Hence, the repeat loop is the best type of loop to be used in a game where the enemy sprite performs a certain action five times and then stops.
Therefore, the Option C is correct.
Read more about repeat loop
brainly.com/question/7145214