From 464f7f18c94fa2d0c3c36990b920ac18db6cf36d 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 b7fcb87..76c99c8 100644 --- a/src/main/c/Mathe.c +++ b/src/main/c/Mathe.c @@ -32,6 +32,11 @@ void zeigeHighscore(int punkte); //13 int holeSpielerAntwort(); +//14 +void bewerteAntwort(int spielerAntwort, int ergebnis, int* punkte); + + +