\chapter{Extraneous Images and Tables}

\begin{figure}[h]
\label{fig:onebattery}
\centering
\includegraphics[width=0.4\textwidth]{fig/onebattery}
\caption{Eating \(1\) battery}
\end{figure}

\begin{figure}[h]
\label{fig:fivebatteries}
\centering
\includegraphics[width=0.4\textwidth]{fig/fivebatteries}
\caption{Eating \(5\) batteries}
\end{figure}

\begin{table}[h]
\label{tab:ssb}
\caption{Captain Falcon}
\centering
\begin{tabular}{r | l}
Falcons & Not Falcons\\
\hline
FALCON & KICK\\
FALCON & KICK\\
FALCON & PUNCH!!
\end{tabular}
\end{table}
