|
@ -10,6 +10,12 @@ void wwm(){ |
|
|
printf("Welcome to ´Who wants to be a millionaire?´ \n"); |
|
|
printf("Welcome to ´Who wants to be a millionaire?´ \n"); |
|
|
printf("You are at stage %d and have %d $\n", runde, geld); |
|
|
printf("You are at stage %d and have %d $\n", runde, geld); |
|
|
|
|
|
|
|
|
|
|
|
const char* question[] = { |
|
|
|
|
|
"Which planet is known as the `blue planet`?", |
|
|
|
|
|
"What is the capital of Germany?", |
|
|
|
|
|
"What is the largest desert in the world?" |
|
|
|
|
|
}; |
|
|
|
|
|
|
|
|
return; |
|
|
return; |
|
|
|
|
|
|
|
|
} |
|
|
} |