Question: Write a C++ program that accepts 2 numbers from a user and computes division. The program should print the quotient and remainder Sample input Sample
Write a C++ program that accepts 2 numbers from a user and computes division. The program should print the quotient and remainder Sample input Sample output Enter the first number: 10 The quotient 2 Enter the second number: 5 The remainder: 0 Enter the first number: 14 The quotient 2 Enter the second number: 6 The remainder: 2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
