What type of errors occurs when the program is asked to implement an impossible task such as dividing a number by zero?
Syntax error
Runtime error
Logical error
Arithmetic error
Correct answer is B
Runtime error. This type of error occurs when the program is asked to perform an impossible task or a task that has not been included in the program written