+ 1
What is x%=6 given that x=0?
Modulus operator
5 Answers
+ 5
In any modulus, if the second number is bigger than the first, then the answer will be the first. Example 8 % 100 = 8, 100 % 10000 = 100.
Therefore 0 % (anything greater than zero) = 0
+ 1
0.
0
0
0
0
0
0