Skip to content

Conversation

Ahsan-Siddiqi
Copy link

Added Error Handling for Dividing by Zero by adding an if statement at the beginning of each method that checks if the divisor is equal to 0. If this is true, a IllegalArgumentException will be thrown with the error message "/ by zero". This will help in identifying bugs when the divisor is set to 0 unintentionally. It also will prevent unexpected crashes or behaviour.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant