SyntaxFix
Write A Post
Hire A Developer
Questions
We can solve this by using modulus operator (%)
26 % 7 = 5;
but 26 / 7 = 3 because it will give quotient but % operator will give remainder.