Question: c++ Write a complete program that prompts the user to enter two integer numbers x and y, and outputs the remainder of the division x/y.
Write a complete program that prompts the user to enter two integer numbers x and y, and outputs the remainder of the division x/y. If the value of y is zero, your program should output the message "Cannot calculate the remainder", otherwise it outputs the remainder of the division of x/y
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
