Hi guys, I really need help. I need to print in the screen from my file input.txt the students names, their grades, and calculate the highest grade and lowest grade for each student. Also the average.
This is what I have done, but I am stuck on how to read the names like string and a numbers like integer, so i could work with numbers for the calculations.