Keep Talking and Nobody Explodes

Keep Talking and Nobody Explodes

Bartending
3 Comments
Time Lemon 2 Jan, 2021 @ 11:31pm 
Modulo also represents the remainder of an integer division. For example, 17 / 5 is 3 with 2 left over, so 17 % 5 is 2. (% is usually used as the modulo symbol)
RockDood  [author] 2 Jan, 2020 @ 7:10pm 
It is a computer operation where you subtract the number until it is below it. If you want to practice this operation, I recommend using Royal Flu$h's Module that exemplifies this operation.

21 modulo 7 is 0. (21-7=14; 14-7=7; 7-7=0)
17 modulo 7 is 3. (17-7=10; 10-7=3)
Doctor Dogfish 2 Jan, 2020 @ 11:03am 
What the hell is a modulo 7?