Computer Science, asked by krishnaprasanna205, 6 months ago

To print the remainder of the division of 15 divided by 3.

Answers

Answered by navisandhu28
0

Answer:

int a=15%3

print(a)

here I'm taking integer so it will not go on float values so we can find that what's the reminder

Similar questions