Question: Write a program using C++ that will accept two numbers from the keyboard. Process the collected data by dividing Number1 by Number2. Before the division
Write a program using C++ that will accept two numbers from the keyboard. Process the collected data by dividing Number1 by Number2. Before the division operations, however, Number2 should be tested for the value 0. If it contains 0, the devision does not take place and a message is displayed that one cannot divide by zero. Please use good comments. (If possible finish in under 2 hours)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
