From 10ccc60c5c41b135d7e9557f5b9b3631c0762897 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Wed, 15 Nov 2023 10:10:43 +0100 Subject: [PATCH] Created the 2023_11_15 README.md --- units/2023_11_15/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 units/2023_11_15/README.md diff --git a/units/2023_11_15/README.md b/units/2023_11_15/README.md new file mode 100644 index 0000000..55287fe --- /dev/null +++ b/units/2023_11_15/README.md @@ -0,0 +1,8 @@ +# Übung 14.11.2023 + +## 🥇 Aufgabe 1 + +Wandeln Sie Ihre Aufgabe ["Gutscheine Fa. Babyboom"](/units/2023_11_13/solution.cpp) so um, dass die Eingabe des Ortes +mit den Buchstaben "A" / "F" und "S" erfolgt und die Eingabe des Geschlechtes mit "w" bzw. "m". + +### 📜 [Solution](solution.cpp) \ No newline at end of file