You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 25, 2022. It is now read-only.
When any number is divided by zero ,the program returns a zero division error.
Steps to reproduce the bug :
Enter any number as the first operand
Press the division button
Enter zero as the second operand.
This can be fixed by a **try and catch ** block .
I would also like to add a button to calculate the powers of numbers .
For doing this I plan to change the UI a little i.e. just restrict the '0' button to a single column so that 'power' button can be accommodated in the next column
Type of issue
Feature (New Script)
Bug
Documentation
Checklist:
I have read the project guidelines.
I have checked all the existing projects, before submitting a new project issue.
I have checked previous issues to avoid duplicates.
Description
When any number is divided by zero ,the program returns a zero division error.

Steps to reproduce the bug :
Enter any number as the first operand
Press the division button
Enter zero as the second operand.
This can be fixed by a **try and catch ** block .
For doing this I plan to change the UI a little i.e. just restrict the '0' button to a single column so that 'power' button can be accommodated in the next column
Type of issue
Checklist: