v05-l2-checkOverload

(115/222)

Is the function answer properly overloaded ?

int answer(string number_question);
string answer(string word_question);

???