What is the result of 5 mod 3?
What is the result of 5 mod 3?
Explanation
Modulo (mod) operation finds the remainder when 5 is divided by 3.
5 ÷ 3 = 1 remainder 2, so 5 mod 3 = 2.
Modulo (mod) operation finds the remainder when 5 is divided by 3.
5 ÷ 3 = 1 remainder 2, so 5 mod 3 = 2.