• + 1 comment

    Hi,

    I took variables into vector. Than, I sorted the elements ascending order in the vector thanks to the sort command. Finally, return last element of vector which is the biggest number.

    F.Y