Question: You will write a program that will apply integer division to two integer values and display the quotient and the remainder. It will safely handle
You will write a program that will apply integer division to two integer values and display the quotient and the remainder. It will safely handle division by zero. Your program should include an introduction to the program, a prompt for input, and an output. SPACING: A blank line appears before and after the introduction, and before and after the calculated output. A blank space appears before and after the "=" sign, and before the "R". If there is no remainder, no space or R is printed.
C++
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
