#Name,Scores
a,6
b,8
c,2
k,23
d,18
r,13
w,4
h,9
The code should print the Name and Scores of the top 3 bands in order (starting with top, to bottom).
The code should then print the Name and Scores of the bottom 3 bands in order (starting with bottom, to top).
How do I do this?
Thank you in advance.