Browse Source

refactoring: 13 Fragenarraykommentar Quellen

remotes/origin/Christian
Christian Reum 11 months ago
parent
commit
b239f7b636
  1. 5
      src/wwm.c

5
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?",

Loading…
Cancel
Save