Skip to content

Commit

Permalink
Add Loop Exercises
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenLm committed Oct 7, 2023
1 parent b72fdb7 commit 4bd4091
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/exercises/control-structures/loops07.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: Loops07
description: ''
---

import Exercise from '@site/src/components/Exercise';

Erstelle eine ausführbare Klasse, welche anhand von Startkapital (K) und
Prozentsatz (p) den Jahreszins berechnet.

Expand All @@ -19,3 +21,5 @@ Willst Du einen weiteren Jahreszins berechnen (true, false)?:false

Die Formel für die Zins-Berechnung findest Du unter anderem
[hier](https://de.wikipedia.org/wiki/Zinsrechnung).

<Exercise pullRequest="76" branchSuffix="loops/07" />
4 changes: 4 additions & 0 deletions docs/exercises/control-structures/loops08.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: Loops08
description: ''
---

import Exercise from '@site/src/components/Exercise';

Erstelle eine ausführbare Klasse, welche anhand von Startkapital
(K<sub>0</sub>), Prozentsatz (p) und Anzahl Jahre (n) das Endkapital
(K<sub>n</sub>) berechnet.
Expand All @@ -21,3 +23,5 @@ Willst Du eine weitere Zinsrechnung durchführen (true, false)?: false

Die Formel für die Zinseszins-Berechnung findest Du unter anderem
[hier](https://de.wikipedia.org/wiki/Zinseszins).

<Exercise pullRequest="77" branchSuffix="loops/08" />

0 comments on commit 4bd4091

Please sign in to comment.