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
data type mismatch

The error that is most likely to appear if the user accidentally creates an infinite loop is "not enough memory".