Code: Select all
\documentclass[letterpaper, 11pt]{article}
\usepackage[lmargin=0.5in,rmargin=0.5in,tmargin=0.75in,bmargin=0.5in]{geometry}
\begin{document}
\begin{table}[h]
\begin{center}
\begin{tabular}{|l |p{0.7\textwidth} |} \hline
\ R1 & \ Very Good. \\ \hline
\ R2 & \ Identifies whether a person has already finished his job or still struggling hard to cope with the unpleasant situation . \\ \hline
\end{tabular}
\end{center}
\end{table}
\end{document}