[solved] – Question 98764
write a c++ program that asks the user to enter two numbers: a dividend and a divisor. it the calculates the quotient and the remainder. loop the program to infinity.
Expert Answer
OR
write a c++ program that asks the user to enter two numbers: a dividend and a divisor. it the calculates the quotient and the remainder. loop the program to infinity.
OR