From 8d0524f2768af799474c7cb0f2906b9f37bd0965 Mon Sep 17 00:00:00 2001 From: Christian Reum Date: Tue, 6 Feb 2024 21:10:37 +0100 Subject: [PATCH] functional 28: Erweiterung Fragen medium --- src/wwm.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/wwm.c b/src/wwm.c index 40482f2..0b9b45c 100644 --- a/src/wwm.c +++ b/src/wwm.c @@ -94,7 +94,12 @@ void wwm(){ "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?" + "What is the chemical symbol for silver?", + "What is the largest bone in the human body?", + "In which year did the Titanic sink?", + "What is the capital city of Argentina?", + "In which year did World War II end?", + "What is the currency of Japan?" }; const char* answers_medium[][4] = {