Howto include graphics in LaTeX

add the following line after documentclass
\usepackage{graphicx}

\begin{figure}[!hbp]
\includegraphics[scale=0.19]{screen2}
\caption{Screenshot of ReConn}
\label{screenshot}
\end{figure}