I have this grading program that writes grades of the students to files and works with linked lists, etc. What I want to do, since there will be a lot of grades, is have an organized way of outputing a lot of grades (numbers) to the screen. How would I do this? Thanks.

--Garfield