From 3ad09df05f2810f9b4bfdc2441c55e5735d7a203 Mon Sep 17 00:00:00 2001 From: fdlt3917 Date: Mon, 30 Jan 2023 13:17:23 +0000 Subject: [PATCH] added standard answers - million --- src/main/quizproject.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/quizproject.c b/src/main/quizproject.c index d0678e1..587c856 100644 --- a/src/main/quizproject.c +++ b/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?",