spepper160 spepper160
  • 01-12-2020
  • Computers and Technology
contestada

2.3 Code Practice: Question 1

Respuesta :

aburdi aburdi
  • 02-12-2020

Answer:

a=int(input("Enter a numerator: "))

b=int(input("Enter a divisor: "))

quotient=a/b

remainder=a%b

print("Quotient is: " + str(int(quotient)))

print("Remainder is: " + str(int(remainder)))

Explanation:

Hope this helps lovely :)

Answer Link

Otras preguntas

what would a an efficient character do?
Sue is 17 years old and believes she is overweight. Which would be the best strategy for maintaining her health.
A truck can be rented from Company A for ​$110 a day plus ​$0.20 per mile. Company B charges ​$50 a day plus ​$0.60per mile to rent the same truck. Find the num
What is the value of x in the equation 1,331x3 − 216 = 0?
what is k+m/-7= n solve for K
what is the value of the digit 4 in the number thirty- five dollars and eighty- four cents
how do i solve 4x - 7= 29?
Kayla made observations about the selling price of a new brand of coffee that sold in three different sized bags she recorded those observations in the followi
Which line from the poem “Edge” contains an allusion?
if x is the number of tickets sold and y is your profit write an equation to show the profit based on the number of tickets sold