What type of errors occurs when the program is asked to implement an impossible task such as dividing a number by zero?
The correct answer is: B
Explanation
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.