1) why is my code not working to sort the numbers in order from high to low? I did convert the String into an Integer so to be able to sort them as numbers instead of as chars which gave me the wrong results. What part am I missing? 2) It does sort the Strings but I fail to pass the task, why? I hope someone can enlighten me, thanks in advance.