diff --git a/report/report.tex b/report/report.tex index e9af7f4f..f9f453a5 100644 --- a/report/report.tex +++ b/report/report.tex @@ -24,7 +24,9 @@ we return array of prime numbers to function which prints those numbers There is single input, variable named $num$ which is the upper limit of numbers to checked \\ It is a simple int variable, it cannot be less than 2 and has to be a whole number. \subsection{Output text on console} +As an output we put out all input prompts which ask for an upper limit, and the list of prime numbers found by our algorithm. \subsection{Format of output data} +Output data is a string \section{Description of designed code structure} \subsection{Own implementation tests} \paragraph{Comments}