Hello there!
What I have here is about 20 variables with more or less different numeric values, and I should somehow sort them from largest to smallest, and return the variable names of three largest values.
Now I have been digging around arrays and hashtables, but I am not sure if these are appropriate for this purpose. I dont seem to have any clue where to start solving this problem, and I would appreciate any pointer to help get back on the right track.
Thank you in advance!