We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently operand B can be zero, leading to Divide by Zero Errors; There needs to be a check to handle this properly.
The text was updated successfully, but these errors were encountered:
Have raised a pull request https://github.com/spawan02/git-sample-project-0.git under divbyzero branch
Sorry, something went wrong.
added the check for Divide by zero error : solved the issue pull request link - https://github.com/aditya18sep2003/git-sample-project-0
No branches or pull requests
Currently operand B can be zero, leading to Divide by Zero Errors; There needs to be a check to handle this properly.
The text was updated successfully, but these errors were encountered: