diff --git a/src/wwm.c b/src/wwm.c index f7fa8a0..9ceb782 100644 --- a/src/wwm.c +++ b/src/wwm.c @@ -94,6 +94,15 @@ void wwm(){ "What is the chemical symbol for silver?" }; + const char* answers2[][4] = { + {"1989", "1998", "1994", "1990"}, + {"Buenos Aires", "Sao Paulo", "Brasilia", "Rio de Janeiro"}, + {"Thomas Edison", "Marie Curie", "Isaac Newton", "Albert Einstein"}, + {"Australia", "Greenland", "Madascar", "Borneo"}, + {"Au", "Ag", "Su", "Si"} + }; + + for (int r = 1; r <= 16; r++){ if (r == 16) { printf("Congratulations ! You have won 1.000.000 $");