Modulus is the remainder doing integer division.
5 % 3 = 2 (since 5/3 = 1 remainder 2)
variable += x;
is just "shorthand" for variable = variable + x;
sooo score += 10; is score = score + 10;
Jkrohn
__________________
Signatures blow hard
If your signature contains an ad of any kind, congratulations, you're on my ignore list.
|