|
|
@ -3,6 +3,7 @@ |
|
|
|
#include <stdlib.h> |
|
|
|
#include "wwm.h" |
|
|
|
|
|
|
|
// Deklaration aller Variablen |
|
|
|
int runde = 0; |
|
|
|
int geld = 0; |
|
|
|
int frage = 0; |
|
|
@ -54,7 +55,7 @@ int ceingabe() { |
|
|
|
|
|
|
|
void wwm(){ |
|
|
|
|
|
|
|
printf("Welcome to ´Who wants to be a millionaire?´ \n"); |
|
|
|
printf("Welcome to Who wants to be a millionaire? \n"); |
|
|
|
printf("Choose your answer with the numbers 1-4! \n"); |
|
|
|
printf("If you want to stop and take the money, type in 5!\n"); |
|
|
|
|
|
|
|