Hi all, I'm having some problems solving this. The code I wrote doesnt work because Collections.reverseOrder() doesnt like integers. If I use a String array with String values, it works only for positive numbers (obviously). How can I solve this? Here attached you can find the "Int" version. Thank you!