|
@ -446,6 +446,7 @@ void play_milliongame() { |
|
|
printf("Playing who wants to be a millionaire...\n"); |
|
|
printf("Playing who wants to be a millionaire...\n"); |
|
|
|
|
|
|
|
|
int million_i = 0; |
|
|
int million_i = 0; |
|
|
|
|
|
char million_std_answers[round] = {'B', 'A', 'A'}; |
|
|
|
|
|
|
|
|
char questions[round][256] = { |
|
|
char questions[round][256] = { |
|
|
"What is the capital of France?", |
|
|
"What is the capital of France?", |
|
|