Browse Source

functional 24: Antworten für Runde 11-15

remotes/origin/Christian
Christian Reum 11 months ago
parent
commit
b88c8b51af
  1. 7
      src/wwm.c

7
src/wwm.c

@ -114,6 +114,13 @@ void wwm(){
"What is the capital city of Bhutan?" "What is the capital city of Bhutan?"
}; };
const char* answers3[][4] = {
{"A", "B", "0", "AB"},
{"1999", "1995", "2000", "2002"},
{"1894 in Rome, Italy", "1896 in Athens, Greece", "1898 in Madrid, Spain", "1890 in Istanbul, Turkey"},
{"Pennsylvania", "Oregon", "Texas", "Florida"},
{"Paro", "Punakha", "Thimphu", "Tongsa"}
};
for (int r = 1; r <= 16; r++){ for (int r = 1; r <= 16; r++){

Loading…
Cancel
Save