|
@ -64,6 +64,7 @@ void displayMenu(); |
|
|
int getUserChoice(); |
|
|
int getUserChoice(); |
|
|
int getUserAnswer(); |
|
|
int getUserAnswer(); |
|
|
void displayResult(int correctAnswers, int totalQuestions); |
|
|
void displayResult(int correctAnswers, int totalQuestions); |
|
|
|
|
|
void playgame(); |
|
|
|
|
|
|
|
|
char namenseingabe(char name1[100], char name2[100]); |
|
|
char namenseingabe(char name1[100], char name2[100]); |
|
|
int bereichauswahl(int zahl); |
|
|
int bereichauswahl(int zahl); |
|
|