Hi, So I have to write this program that prints takes the information I provided and put it with each tutor and prints out the max students that went to tutoring, how many students each tutor had, how many they saw each day etc..
The important part is that I have to have a void method that prints the tutor totals for each day and each tutor like so Screen Shot 2014-04-21 at 1.12.43 PM.jpg
My problem is that when I call the method to print it for each tutor I can either get only one tutors name to come up in 4 lines with all the different numbers like so (look at the bottom output, also you can see where I call the print totals method and declare it) Screen Shot 2014-04-21 at 1.15.01 PM.jpg
But if I try to print out the line 4 times, once for each tutor, it prints everything 16 times. I just need it to be one time for each tutor like the first attached image.
Thank You!