[example: Reading the Symbol Modulo $7$]
Modulo $7$, the square table from the previous example is
\begin{align*}
0^2 \equiv 0,\quad 1^2 \equiv 1,\quad 2^2 \equiv 4,\quad 3^2 \equiv 2,\quad 4^2 \equiv 2,\quad 5^2 \equiv 4,\quad 6^2 \equiv 1 \pmod 7.
\end{align*}
Thus the classes represented by squares are $0,1,2,4$. By the definition of the Legendre symbol, the zero class gives $\left(\frac{0}{7}\right)=0$, the non-zero square classes give
\begin{align*}
\left(\frac{1}{7}\right)=1,\quad \left(\frac{2}{7}\right)=1,\quad \left(\frac{4}{7}\right)=1,
\end{align*}
and the remaining non-zero classes $3,5,6$ give
\begin{align*}
\left(\frac{3}{7}\right)=-1,\quad \left(\frac{5}{7}\right)=-1,\quad \left(\frac{6}{7}\right)=-1.
\end{align*}
For a numerator outside the list $0,\dots,6$, first reduce it modulo $7$. Since $10-3=7$, we have $10 \equiv 3 \pmod 7$, so
\begin{align*}
\left(\frac{10}{7}\right)=\left(\frac{3}{7}\right)=-1.
\end{align*}
Also, $-3-4=-7$, so $-3 \equiv 4 \pmod 7$, and therefore
\begin{align*}
\left(\frac{-3}{7}\right)=\left(\frac{4}{7}\right)=1.
\end{align*}
The value of the symbol is therefore determined by the residue class of the numerator modulo $7$, with the zero class separated from the non-zero square and non-square classes.
[/example]