dankshet666 dankshet666 02-11-2020 Computers and Technology contestada 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