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

Add division operation #2

Open
kbuffardi opened this issue Sep 9, 2024 · 0 comments · May be fixed by #54
Open

Add division operation #2

kbuffardi opened this issue Sep 9, 2024 · 0 comments · May be fixed by #54

Comments

@kbuffardi
Copy link
Contributor

Following the model of the other operations already provided, take the two numbers provided by the user and display out their division. For example, if the user enters 10 and 2:

Division: 10/2=5

However, if the second number they enter is zero, display the following:

Division: Error - cannot divide by zero!
DAC098 added a commit to DAC098/CppMath that referenced this issue Sep 9, 2024
RyanTheRyan-code pushed a commit to RyanTheRyan-code/CppMath that referenced this issue Sep 11, 2024
akleinecke added a commit to akleinecke/CppMath that referenced this issue Sep 11, 2024
@7Koris 7Koris mentioned this issue Sep 11, 2024
DAC098 added a commit to DAC098/CppMath that referenced this issue Sep 11, 2024
evangoertzen added a commit to evangoertzen/CppMath that referenced this issue Sep 11, 2024
@UsuaOSilver UsuaOSilver linked a pull request Sep 11, 2024 that will close this issue
chrisheesh added a commit to chrisheesh/CppMath that referenced this issue Sep 12, 2024
hanzthefifth pushed a commit to hanzthefifth/CppMath that referenced this issue Sep 13, 2024
big-al188 added a commit to big-al188/CppMath that referenced this issue Sep 13, 2024
jarrettgaither added a commit to jarrettgaither/CppMath that referenced this issue Sep 13, 2024
the-real-brogrammer pushed a commit to the-real-brogrammer/CppMath that referenced this issue Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant