I want that the Problem's part of my book be considered at the table of content but I don't want it be numbered in my main text as a section . How can I Handle it ?
\dodumentclass{book}
\begin{document}
\maketitle
\tableofcontents
\listoffigures
\listoftables
\section{problem}
\end{document}
