Skip to content

Conversation

vchahal24
Copy link

This Pull Request implements error handling for division by zero for the Division.java class. The changes made include the following:

  • All six division approaches now include checks for zero divisors.
  • IllegalArgumentException is utilized with a message indicating "Error. You are not allowed to divide by zero."

These implementations prevent errors that could occur when attempting to divide by zero. This increases the reliability and functionality of the code, creating a better overall implementation of the Division.java class.

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