SyntaxFix
Write A Post
Hire A Developer
Questions
Also, mod can be used like this:
int a = 7; b = a % 2;
b would equal 1. Because 7 % 2 = 1.
b
7 % 2 = 1