|
Hello everyone, I wasn't going to post anything regarding this question -although it was graded as an incorrect answer- as i haven't used any of the predefined procedures. But i saw allot of posts answering the same questions and they did not use any of the predefined procedures (bigger & biggest) and there answers were somehow correct while mine wasn't!, although i have tested the code repeatedly and it was working correctly.
Mind you there weren't any instructions that we must use the 'bigger' or 'biggest' procedures. |
|
Did you test it on repeated values such as (2,1,1)? It gets to return med without having assigned a value to med. |