From 2f74be5f430a9720a05871be1b5ffb5ee865ed5d Mon Sep 17 00:00:00 2001 From: Pascal Schneider Date: Mon, 5 Feb 2024 23:23:55 +0100 Subject: [PATCH] =?UTF-8?q?Variablen=20f=C3=BCr=20Quiz?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/timequiz.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/timequiz.c b/src/timequiz.c index 84b8e8f..1072934 100644 --- a/src/timequiz.c +++ b/src/timequiz.c @@ -40,4 +40,8 @@ void timequiz() { correctAnswers[i] = 4; } } + + int score = 0; + int totalAnsweredQuestions = 0; + int totalCorrectAnswers = 0; }