85.4k views
1 vote
Write a program that prompts the user to input two POSITIVE numbers — a dividend (numerator) and a divisor (denominator). Your program should then divide the numerator by the denominator, and display the quotient followed by the remainder.

Language: Python

1 Answer

2 votes

I've included my code in an image below. Best of luck.

Write a program that prompts the user to input two POSITIVE numbers — a dividend (numerator-example-1
User Yaho Cho
by
4.5k points