v05-l2-checkOverload

(116/223)

Is the function answer properly overloaded ?

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

???