Hi all. I need to solve this coding challenge.
Get the values of inputs and sort it from lowest to highest.
But seems that there is a bug…
Actually -9 > -999. But my code don’t work correct when it comes to -numbers.
How can I solve this probleem?