0
what does the % symbol stand for in the equation?
6 odpowiedzi
+ 4
mod
+ 2
madelo, it return the remainder of division
+ 2
Mod(%): Divides left hand operand by right hand operand and returns remainder
0
I take it back...just read the paragraph again 
0
It's the rest of a divison. For example:
8% 4 = 0 
Why ? 
Because: 8 = 4*2+ 0
9% 2 = 1 
Why ?
Because: 9 = 2*4+ 1



