...

/

Challenge: Handle `DivideByZero` Exception

Challenge: Handle `DivideByZero` Exception

Can we handle the `DivideByZero` exception using `try` and `catch`/`except`?

Problem Statement

Divide an integer by 0 and handle the Divide by zero exception by ...