Jane wrote a program that moves a mouse through a maze. But when the mouse took a right turn, it disappeared from the maze. What kind of error should Jane fix to make the program run properly? (1 point) Responses Boolean error Boolean error logic error logic error syntax error syntax error infinite loop error infinite loop error

1 answer

The appropriate response to classify the error Jane should fix is logic error.

A logic error occurs when the program runs without crashing but produces incorrect results due to flaws in the logic used to implement its functionality. In this case, the mouse disappearing when it takes a right turn suggests that there is a flaw in the way the program handles movement or maze boundaries.