Browse Source

functional 19: array für fragen 6-15

remotes/origin/Christian
Christian Reum 11 months ago
parent
commit
12c8a0b248
  1. 8
      src/wwm.c

8
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 $");

Loading…
Cancel
Save