Jump to

v05-l2-checkOverload

Is the function answer properly overloaded ?

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

???