SyntaxFix
Write A Post
Hire A Developer
Questions
Modulo "7" without "%" operator
int a = x % 7; int a = (x + x / 7) & 7;