Computer Science, asked by gharm7, 10 months ago

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 dethman7636
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