A program allows the user to enter a condition that is then used in a for loop. If the user accidentally creates an infinite loop, which error is most likely to appear?

(1 point)
division by zero.
index out of range
not enough memory
Odata type mismatch

The most likely error to appear in this situation is:

infinite loop or program freezing