mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 16:23:11 +02:00
feat: output text
This commit is contained in:
parent
9eae95aa0d
commit
f265ddb324
@ -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}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user