Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No check for Divide by Zero Errors #2

Open
gauthamnagendran opened this issue Jun 24, 2023 · 2 comments
Open

No check for Divide by Zero Errors #2

gauthamnagendran opened this issue Jun 24, 2023 · 2 comments
Labels
good first issue Good for newcomers

Comments

@gauthamnagendran
Copy link
Contributor

Currently operand B can be zero, leading to Divide by Zero Errors; There needs to be a check to handle this properly.

@gauthamnagendran gauthamnagendran added the good first issue Good for newcomers label Jun 24, 2023
@spawan02
Copy link

spawan02 commented Jun 26, 2023

Have raised a pull request https://github.com/spawan02/git-sample-project-0.git under divbyzero branch

@aditya18sep2003
Copy link

added the check for Divide by zero error : solved the issue
pull request link - https://github.com/aditya18sep2003/git-sample-project-0

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

No branches or pull requests

3 participants