diff --git a/src/main/c/Mathe.c b/src/main/c/Mathe.c index 0139939..6c6ce95 100644 --- a/src/main/c/Mathe.c +++ b/src/main/c/Mathe.c @@ -78,6 +78,13 @@ void zeigeHighscore(int punkte) { printf("Dein aktueller Highscore ist: %d Punkte\n", punkte); } +//24 +int holeSpielerAntwort() { + int spielerAntwort; + zeigeAuswahl("Deine Antwort: "); + scanf("%d", &spielerAntwort); + return spielerAntwort; +}