In this lecture we looked at how to find the remainder after division and how this can be useful for decision making.
Your challenge is to imagine a 4 player game, and figure out who goes first.
Player 1 is assigned the remainder 0.
Player 2 is assigned the remainder 1.
Player 3 is assigned the remainder 2.
Player 4 is assigned the remainder 3.
To decide who goes first, find the remainder of 63 ÷ 4.
Pop your answer below and then set a new integer (to replace 63) for the next person in the chain to try.