From b239f7b636650d59c30da54c7110a6e51169da04 Mon Sep 17 00:00:00 2001 From: Christian Reum Date: Wed, 7 Feb 2024 16:36:59 +0100 Subject: [PATCH] refactoring: 13 Fragenarraykommentar Quellen --- src/wwm.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/wwm.c b/src/wwm.c index 1411160..57b912c 100644 --- a/src/wwm.c +++ b/src/wwm.c @@ -59,6 +59,11 @@ void wwm(){ printf("Choose your answer with the numbers 1-4! \n"); printf("If you want to stop and take the money, type in 5!\n"); + + //Array Fragen + // easy fragen: trivia www.buzzfeed.com/laurafrustaci/easy-trivia-questions + // medium und hard fragen: www.opinionstage.com/blog/trivia-questions/ + const char* question_easy[] = { "Which planet is known as the `blue planet`?", "What is the capital of Germany?",