0
Modulo operation
I've never heard of this. Would some mind educating me
2 Respostas
+ 2
Modulo in programming means remainder while operator are the character used to get that remainder
+ 4
Example
5%2=1
1 is the remainder when 5 is divided by 2
9%5=4
4 is the remainder when 9 is divided by 5