Computer Science, asked by dsmith111203, 10 months ago

2.3 code practice edhesive

Answers

Answered by Santhosh1436
1
High Caliber Content
Courses were developed with the best high school and college educators in the country.

Engaging & Relevant
Videos, interactive activities and career connections make learning fun.

Interactive Practice
Students get instant feedback on their code from embedded code graders.

Support
Undergraduate and graduate students from the country’s best universities are available 7-days per week.
Answered by holwegolivia
1

Answer:

x=float(input("input an interger: "))

y=float(input("input an interger: "))

print("quotient: " + str(int(x/y)))

print("remainder: " + str(int(x%y)))

Explanation:

hope this helps :)

Similar questions