Answer to Question #96979 in Python for Siddiqui

Question #96979
Write a program that asks the user to input their first and last names Weite a program that prompts the user to input 2 numbers, a numerator and a divisor. Your program should divide the numerator by thr divisor, and display the quotient and remainder
1
Expert's answer
2019-10-22T06:43:31-0400

a=input('Enter your name and last name: ')

b=int(input('Entet numerator: '))

c=int(input('Enter divisor: '))

print('quotient: ', b//c)

print('remainder: ', b%c)


Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS