Browse Source

hinzufügen Fragenarray

remotes/origin/Florian
Florian Baeseler 11 months ago
parent
commit
0b9591a382
  1. 6
      src/casualQuiz.c

6
src/casualQuiz.c

@ -7,6 +7,12 @@
void casualQuiz() { void casualQuiz() {
printf("Print aus der Funktion Casual Quiz"); printf("Print aus der Funktion Casual Quiz");
int index = 0;
char* easy_fragen[] = { //eingabe der Fragen in ein Array
"Which Disney character famously leaves a glass shoe behind at a royal ball?",
"The hammer and sickle is one of the most recognisable symbols of which political ideology?",
};
return; return;
} }
Loading…
Cancel
Save