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

Handle NaN errors #61

Open
kbuffardi opened this issue Aug 30, 2023 · 0 comments · May be fixed by #110, #146 or #151
Open

Handle NaN errors #61

kbuffardi opened this issue Aug 30, 2023 · 0 comments · May be fixed by #110, #146 or #151

Comments

@kbuffardi
Copy link
Contributor

A bug occurs when the second number entered by the user is zero because a divide-by-zero error.

When a user enters zero (0) as the second number, show all the other operations as usual. However, instead of calculating and displaying the quotient for division, display the message: Dividing by zero is not a number.

cybaca added a commit to cybaca/MyFirstExample that referenced this issue Aug 30, 2023
eavadney added a commit to eavadney/MyFirstExample that referenced this issue Aug 30, 2023
gdisalvo30 added a commit to gdisalvo30/MyFirstExample that referenced this issue Aug 30, 2023
cybaca added a commit to cybaca/MyFirstExample that referenced this issue Aug 30, 2023
miguelrsandoval added a commit to miguelrsandoval/MyFirstExample that referenced this issue Aug 30, 2023
@cybaca cybaca mentioned this issue Aug 30, 2023
cjhet02 pushed a commit to cjhet02/MyFirstExample that referenced this issue Aug 30, 2023
RioSakao added a commit to RioSakao/MyFirstExample that referenced this issue Aug 30, 2023
RioSakao added a commit to RioSakao/MyFirstExample that referenced this issue Aug 30, 2023
gnmeyer added a commit to gnmeyer/MyFirstExample that referenced this issue Aug 30, 2023
jduron1 added a commit to jduron1/MyFirstExample that referenced this issue Aug 30, 2023
mbridgnell added a commit to mbridgnell/MyFirstRepository that referenced this issue Aug 30, 2023
Added logic for division by 0
khasek added a commit to khasek/MyFirstExample that referenced this issue Aug 30, 2023
gdisalvo30 added a commit to gdisalvo30/MyFirstExample that referenced this issue Aug 30, 2023
lukehaz added a commit to lukehaz/MyFirstExample that referenced this issue Aug 30, 2023
jcdodson added a commit to jcdodson/MyFirstExample that referenced this issue Aug 30, 2023
jduron1 added a commit to jduron1/MyFirstExample that referenced this issue Aug 30, 2023
gnmeyer added a commit to gnmeyer/MyFirstExample that referenced this issue Aug 30, 2023
gr8mustachio added a commit to gr8mustachio/MyFirstFork that referenced this issue Aug 30, 2023
gr8mustachio added a commit to gr8mustachio/MyFirstFork that referenced this issue Aug 30, 2023
Drillgon200 added a commit to Drillgon200/MyFirstExample that referenced this issue Jan 31, 2024
the29ster pushed a commit to the29ster/MyFirstExample that referenced this issue Jan 31, 2024
Slam210 added a commit to Slam210/MyFirstExample that referenced this issue Jan 31, 2024
raperez2 added a commit to raperez2/MyFirstExample that referenced this issue Jan 31, 2024
Checks if dividing by non-zero value
djacobo3 added a commit to djacobo3/MyFirstExample that referenced this issue Jan 31, 2024
akbeil added a commit to akbeil/MyFirstExample that referenced this issue Jan 31, 2024
Younitea added a commit to Younitea/MyFirstExample that referenced this issue Jan 31, 2024
Younitea added a commit to Younitea/MyFirstExample that referenced this issue Jan 31, 2024
laile823 added a commit to laile823/MyFirstExample that referenced this issue Jan 31, 2024
tousif-izaz pushed a commit to tousif-izaz/MyFirstExample that referenced this issue Jan 31, 2024
joshfollmer added a commit to joshfollmer/MyFirstExample that referenced this issue Jan 31, 2024
joshfollmer added a commit to joshfollmer/MyFirstExample that referenced this issue Jan 31, 2024
joshfollmer added a commit to joshfollmer/MyFirstExample that referenced this issue Jan 31, 2024
joshfollmer added a commit to joshfollmer/MyFirstExample that referenced this issue Jan 31, 2024
neelbhatia1 added a commit to neelbhatia1/MyFirstExample that referenced this issue Jan 31, 2024
bbynoCode added a commit to bbynoCode/MyFirstExample that referenced this issue Jan 31, 2024
Mjmcfarlane added a commit to Mjmcfarlane/MyFirstExample that referenced this issue Jan 31, 2024
avankineni added a commit to avankineni/MyFirstExample that referenced this issue Feb 1, 2024
bmaansi added a commit to bmaansi/MyFirstExample that referenced this issue Feb 1, 2024
sunami09 added a commit to sunami09/MyFirstExample that referenced this issue Feb 1, 2024
mcsharland added a commit to mcsharland/MyFirstExample that referenced this issue Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment