Browse Source

added standard answers - million

main
fdlt3917 2 years ago
parent
commit
3ad09df05f
  1. 1
      src/main/quizproject.c

1
src/main/quizproject.c

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

Loading…
Cancel
Save