asked 31.5k views
2 votes
FILL THE BLANK a ____ error does not prevent the program from running, but causes it to produce incorrect results.

asked
User Chriki
by
9.0k points

1 Answer

3 votes

Answer:

Logic Error

Step-by-step explanation:

Unlike compiler errors, which are caught by the IDE, logic errors are flaws within the program's structure/logic that produces incorrect results while still being able to compile and run the program.

answered
User Kaizokupuffball
by
8.2k points

No related questions found