-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
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!
Metadata
Metadata
Assignees
Labels
No labels