From a081a77739e874c9969de43934d331d367030c1b Mon Sep 17 00:00:00 2001 From: fdai7731 Date: Thu, 8 Feb 2024 02:07:03 +0100 Subject: [PATCH] function bewerteAntwort --- src/main/c/Mathe.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/c/Mathe.c b/src/main/c/Mathe.c index 528fa0b..cfd7e1e 100644 --- a/src/main/c/Mathe.c +++ b/src/main/c/Mathe.c @@ -34,6 +34,11 @@ void zeigeHighscore(int punkte); //13 int holeSpielerAntwort(); +//14 +void bewerteAntwort(int spielerAntwort, int ergebnis, int* punkte); + + +