diff --git a/src/main/c/Mathe.c b/src/main/c/Mathe.c index c9b2016..dce8acf 100644 --- a/src/main/c/Mathe.c +++ b/src/main/c/Mathe.c @@ -135,4 +135,13 @@ void zeigeAnleitung() { //23 void zeigeHighscore(int punkte) { printf("\n=== Highscore ===\n"); - printf("Dein aktueller Highscore ist: %d Punkte\n", punkte); + printf("Dein aktueller Highscore ist: %d Punkte\n", punkte); + + + +//24 +int holeSpielerAntwort() { + int spielerAntwort; + zeigeAuswahl("Deine Antwort: "); + scanf("%d", &spielerAntwort); + return spielerAntwort;