Browse Source

Variablen für Quiz

remotes/origin/Pascal
Pascal Schneider 11 months ago
parent
commit
2f74be5f43
  1. 4
      src/timequiz.c

4
src/timequiz.c

@ -40,4 +40,8 @@ void timequiz() {
correctAnswers[i] = 4; correctAnswers[i] = 4;
} }
} }
int score = 0;
int totalAnsweredQuestions = 0;
int totalCorrectAnswers = 0;
} }
Loading…
Cancel
Save