diff --git a/src/main/c/Mathe.c b/src/main/c/Mathe.c index dd64bf8..dcbb8d0 100644 --- a/src/main/c/Mathe.c +++ b/src/main/c/Mathe.c @@ -76,6 +76,13 @@ void zeigeHighscore(int punkte) { } +//24 +int holeSpielerAntwort() { + int spielerAntwort; + zeigeAuswahl("Deine Antwort: "); + scanf("%d", &spielerAntwort); + return spielerAntwort; +}