2.3 Code Practice: Question 1
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 and remainder.
The following content is partner provided
Answers
Answered by
0
Answer: 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 and remainder. Ask for details; Follow; Report ... print("Quotient is " + quotient + " and remainder is " + remainder + ".") 2.0.
Explanation:
Similar questions