Program to wap and daf to input two numbers and calculate their quotient and remainder
Answers
Answered by
1
Answer:
#Python
Explanation:
a = int(input("nter no. "))
b= int(input("second ni."))
print(a/b)
print(a%b)
Similar questions
English,
5 months ago
English,
5 months ago
Math,
5 months ago
Social Sciences,
11 months ago
Math,
11 months ago