From 17f33deb607342402cb117600eb6aed526ea28fb Mon Sep 17 00:00:00 2001 From: Christian Reum Date: Tue, 6 Feb 2024 20:40:43 +0100 Subject: [PATCH] =?UTF-8?q?functional=2023:=20Fragen=20f=C3=BCr=20Runde=20?= =?UTF-8?q?11-15?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/wwm.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/wwm.c b/src/wwm.c index c3016ae..409288b 100644 --- a/src/wwm.c +++ b/src/wwm.c @@ -106,6 +106,15 @@ void wwm(){ 1, 3, 4, 2, 2 }; + const char* questions3[] = { + "What is the rarest blood type among humans?", + "In which year did Serena Williams win her first Grand Slam singles title?", + "In what year and in which city were the first modern Olympic Games held?", + "Benjamin Franklin was a key figure in the drafting of the United States Constitution. Which state did he represent during the Constitutional Convention in 1787?", + "What is the capital city of Bhutan?" + }; + + for (int r = 1; r <= 16; r++){ if (r == 16) {