\section{Results}
In the figures attached in \textbf{Section 0.6} and in this section, two options are show that can be accessed by the user.
\begin{figure}[!h]
\centering
\includegraphics[width=0.75\textwidth]{bookin2.jpg}
\caption{A User entering Specific Data to book a room.}
\end{figure}
\begin{figure}[!h]
\centering
\includegraphics[width=0.75\textwidth]{data.jpg}
\caption{User can view his data, if he commands the system.}
\end{figure}
It has made it much simpler for the user, to simultaneously access his previous booking details, and make a new booking for further use.
I am trying to put these both pictures vertically in one section, but only the first picture is being placed there. the second one is being placed at the end of document after two sections. i am writing a report. Any help with it?
\includegraphics[width=0.75\textwidth,height=0.5\textheight]{data.jpg}. – Nov 30 '19 at 18:09\begin{figure}[!h]is more or less a request to move the figure to the end of the document. Thefigureenvironment is just to specify the figure can be moved, but[h]means it can not be placed at the top or the bottom of a page (nottorb) nor on a page on it sown (nop) so it doesn't have many chances. – David Carlisle Nov 30 '19 at 18:11