Computer Science, asked by vedantkariwal, 6 months ago

write a program to determine quotient and remainder for interger 17/3​

Answers

Answered by gaganadithyareddy9
1

Answer:

Hey! This is in python...

print("Quotient = ", 17//3)

print("Remainder = ", 17%3)

# HOPE THIS HELPS YOU!!

Similar questions