|
@ -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++){ |
|
|
for (int r = 1; r <= 16; r++){ |
|
|
if (r == 16) { |
|
|
if (r == 16) { |
|
|
printf("Congratulations ! You have won 1.000.000 $"); |
|
|
printf("Congratulations ! You have won 1.000.000 $"); |
|
|