From 12c8a0b24853453cb3bdf103fffd19c9266e36a0 Mon Sep 17 00:00:00 2001 From: Christian Reum Date: Tue, 6 Feb 2024 20:29:08 +0100 Subject: [PATCH] =?UTF-8?q?functional=2019:=20array=20f=C3=BCr=20fragen=20?= =?UTF-8?q?6-15?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/wwm.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/wwm.c b/src/wwm.c index 317460a..f7fa8a0 100644 --- a/src/wwm.c +++ b/src/wwm.c @@ -86,6 +86,14 @@ void wwm(){ }; + const char* questions2[] = { + "In what year did the Berlin Wall fall?", + "What is the capital city of Brazil?", + "Who is known as the Father of Modern Physics?", + "What is the largest island in the world?", + "What is the chemical symbol for silver?" + }; + for (int r = 1; r <= 16; r++){ if (r == 16) { printf("Congratulations ! You have won 1.000.000 $");