To create the addition table (denoted by $\oplus$), compute $(a + b) \mod 6$ for each pair $(a, b)$ where $a, b \in \{0, 1, 2, 3, 4, 5\}$. The result is a 6x6 table where the entry in row $a$ and column $b$ is $(a + b) \mod 6$.
\[
\begin{array}{c|cccccc}
\oplus &
Show more…