I want something as follows:
I tried it with $\hline$ and some text but getting some errors. I'm almost a beginner in LaTeX.
\documentclass[12pt]{scrartcl}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage{multicol}
\usepackage{url}
\usepackage{amsmath, amsfonts, amsthm}
\usepackage{amssymb}
\usepackage{color}
\usepackage{mdframed}
\usepackage{lipsum}
\setlength{\columnseprule}{1pt}
\def\columnseprulecolor{\color{black}}
\begin{document}
Problem: \underline{\hspace{30pt}}
\hfill
Page \underline{\hspace{30pt}} of \underline{\hspace{30pt}}
\noindent\rule{\textwidth}{1pt}
\end{document}
Any help is appreciated.


\documentclass{...}and ending with\end{document}. – TobiBS Jul 25 '20 at 14:04Problem: \underline{\hspace{30pt}}? – Ian Thompson Jul 25 '20 at 14:11