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
Open

Handle NaN errors #61

kbuffardi opened this issue Aug 30, 2023 · 0 comments

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 pushed 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 pushed 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
ngarcia53 added a commit to ngarcia53/MyFirstExample that referenced this issue Jan 29, 2025
MoneyHalver added a commit to MoneyHalver/MyFirstExample that referenced this issue Feb 3, 2025
t-westfahl added a commit to t-westfahl/MyFirstExample that referenced this issue Feb 3, 2025
tjolmo added a commit to tjolmo/MyFirstExample that referenced this issue Feb 3, 2025
jTawadros added a commit to jTawadros/MyFirstExample that referenced this issue Feb 3, 2025
AlphaIru added a commit to AlphaIru/MyFirstExample that referenced this issue Feb 3, 2025
DrewsCodeLife added a commit to DrewsCodeLife/MyFirstExample that referenced this issue Feb 3, 2025
LangBledsoe added a commit to LangBledsoe/MyFirstExample that referenced this issue Feb 3, 2025
hanzthefifth added a commit to hanzthefifth/MyFirstExample that referenced this issue Feb 3, 2025
ct-school added a commit to ct-school/MyFirstExample that referenced this issue Feb 3, 2025
SirCalderon added a commit to SirCalderon/MyFirstExample that referenced this issue Feb 3, 2025
NickK21 added a commit to NickK21/MyFirstExample that referenced this issue Feb 3, 2025
Lomzem added a commit to Lomzem/MyFirstExample that referenced this issue Feb 3, 2025
ngarcia53 added a commit to ngarcia53/MyFirstExample that referenced this issue Feb 3, 2025
tjolmo added a commit to tjolmo/MyFirstExample that referenced this issue Feb 3, 2025
jmvelazquez2 added a commit to jmvelazquez2/MyFirstExample that referenced this issue Feb 3, 2025
SirCalderon added a commit to SirCalderon/MyFirstExample that referenced this issue Feb 3, 2025
madisonewebb added a commit to madisonewebb/MyFirstExample that referenced this issue Feb 3, 2025
lbartels1 added a commit to lbartels1/MyFirstExample that referenced this issue Feb 3, 2025
Ismaelkane added a commit to Ismaelkane/MyFirstExample that referenced this issue Feb 3, 2025
esvkat15 added a commit to esvkat15/MyFirstExample that referenced this issue Feb 3, 2025
maxbutevil added a commit to maxbutevil/csci430-myfirstexample that referenced this issue Feb 3, 2025
t-westfahl added a commit to t-westfahl/MyFirstExample that referenced this issue Feb 3, 2025
G4m3rpri3st added a commit to G4m3rpri3st/CSCI430MyFirstExample that referenced this issue Feb 3, 2025
MPawek added a commit to MPawek/MyFirstExample that referenced this issue Feb 3, 2025
ngarcia53 added a commit to ngarcia53/MyFirstExample that referenced this issue Feb 3, 2025
Cowpriest pushed a commit to Cowpriest/MyFirstExample that referenced this issue Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment