Skip to content

Commit

Permalink
Reduce factorial number
Browse files Browse the repository at this point in the history
  • Loading branch information
Oshgnacknak committed Oct 5, 2023
1 parent 7051f6c commit a23208e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/Aufgabe3.tex
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
\end{subtask*}
\begin{subtask*}[points=0]{Fakultät \stage1}
\begin{enumerate}
\item Schreibt ein Programm, das den Wert des Ausdrucks $1 \cdot 2 \cdot 3 \cdot \ldots \cdot 15 = 15!$ (Fakultät von 15) berechnet, und das Ergebnis auf der Konsole ausgibt.
\item Schreibt ein Programm, das den Wert des Ausdrucks $1 \cdot 2 \cdot 3 \cdot \ldots \cdot 10 = 10!$ (Fakultät von 10) berechnet, und das Ergebnis auf der Konsole ausgibt.
\item Erweitert nun euer Programm so, dass es von beliebigen Eingaben in der Konsole die Fakultät berechnet.
\end{enumerate}
Expand Down

0 comments on commit a23208e

Please sign in to comment.