Update of exercises

kts
Thomas Smits 2023-03-20 15:42:09 +01:00
parent f90e297160
commit 010b3925da
8 changed files with 16 additions and 16 deletions

View File

@ -1,6 +1,6 @@
# String in Großbuchstaben umwandeln
📆 **Fällig: 14.03.2023** 📆
## Lernziel

View File

@ -1,6 +1,6 @@
# Labeled Break
📆 **Fällig: 14.03.2023** 📆
## Lernziel

View File

@ -1,6 +1,6 @@
# Passwortbewertung
📆 **Fällig: 14.03.2023** 📆
## Lernziel

View File

@ -1,6 +1,6 @@
# printf mit Formatstring
📆 **Fällig: 14.03.2023** 📆
## Lernziel

View File

@ -1,6 +1,6 @@
# Maximum in einem Array suchen
📆 **Fällig: 14.03.2023** 📆
## Lernziel

View File

@ -1,6 +1,6 @@
# Taschenrechner
📆 **Fällig: 14.03.2023** 📆
## Lernziel

View File

@ -1,6 +1,6 @@
# Quine
📆 **Fällig: 14.03.2023** 📆
## Lernziel

View File

@ -6,12 +6,12 @@ Hier finden Sie die freiwilligen Übungen zur Vorlesung Programmieren 2 (PR2). D
Hinweise zur nötigen Softwareausstattung finden Sie [hier](help/softwareausstattung.md).
| # | Thema | Fällig am 📆 |
|----|-----------------------------------------------------------------|----------------|
| 1. | [String in Großbuchstaben umwandeln](Assignment_001/readme.md) | **14.03.2023** |
| 2. | [Labeled Break](Assignment_002/readme.md) | **14.03.2023** |
| 3. | [Passwortbewertung](Assignment_003/readme.md) | **14.03.2023** |
| 4. | [printf mit Formatstring](Assignment_004/readme.md) | **14.03.2023** |
| 5. | [Maximum in einem Array suchen](Assignment_005/readme.md) | **14.03.2023** |
| 6. | [Taschenrechner](Assignment_006/readme.md) | **14.03.2023** |
| 7. | [Quine](Assignment_007/readme.md) | **14.03.2023** |
| # | Ausgabe | Thema | Fällig am 📆 |
|----|------------|-----------------------------------------------------------------|----------------|
| 1. | 14.03.2023 | [String in Großbuchstaben umwandeln](Assignment_001/readme.md) | **** |
| 2. | 14.03.2023 | [Labeled Break](Assignment_002/readme.md) | **** |
| 3. | 14.03.2023 | [Passwortbewertung](Assignment_003/readme.md) | **** |
| 4. | 14.03.2023 | [printf mit Formatstring](Assignment_004/readme.md) | **** |
| 5. | 14.03.2023 | [Maximum in einem Array suchen](Assignment_005/readme.md) | **** |
| 6. | 14.03.2023 | [Taschenrechner](Assignment_006/readme.md) | **** |
| 7. | 14.03.2023 | [Quine](Assignment_007/readme.md) | **** |