[solved] – Question 98011
Write a program that prompts the user to input two numbers, a numerator and a divisor. Your program should then divide the numerator by the divisor, and display the quotient (integer only) and remainder.
Expert Answer
OR
Write a program that prompts the user to input two numbers, a numerator and a divisor. Your program should then divide the numerator by the divisor, and display the quotient (integer only) and remainder.
OR