+ 1
Mondulo Operators
I don't completely understand what mondulo operators are
2 Answers
+ 6
U mean "modulo"(%) operator. It is the remainder operator, example:
3 divide 2 gives 1 remainder 1
3 % 2 = 1
13 divide 5 gives 2 remainder 3
13 % 5 = 3
+ 6
See the example of chocolates đ« :D
https://www.sololearn.com/Discuss/701356/?ref=app