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:
However, if the second number they enter is zero, display the following:
Division: Error - cannot divide by zero!
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
10and2:However, if the second number they enter is zero, display the following: