Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

choose the correct type of error. a error occurs when the program runs,…

Question

choose the correct type of error. a error occurs when the program runs, has output, but the result is wrong due. runtime syntax logical

Explanation:

Brief Explanations

A runtime error occurs during program execution but may allow the program to produce an output. A syntax error prevents the program from running as it violates the language's grammar rules. A logical error causes the program to produce incorrect results while still running. Since the program runs and has output but wrong results, it's a logical error.

Answer:

logical