2 Answers
New AnswerMod sign make the division then return the remainder, but divide sign returns the answer of the division.
both divide the numbers, modulus returns the remainder, so (assumung int values which drop any decimal remainder ) 8/3=2 8%3=2 but 10/3=3 10%3=1 hope that makes sense
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message