hey everyone. School is finally over (heck yes!) and next semester I'm moving onto C++, kinda nerve recking. I don't have a good C backround yet. So I'm working on some problems from our text book over the holidays. (If anyone has some interesting problems/programs that I could practice they would be appreciated) Anyway, I'm working on a problem now that finds 5 students grades I was wondering if you could help me out with it.
Program that prints the average for each student in the class(I know I'm going to use some arrays and pointers... I just don't know how to set it up)
"A"=4
"B"=3
"C"=2
"D"=1
"F"=0
Number of students is 5(just picked a number)
each student has 4 grades
the user is going to input all the information for each student
calculate grade average
then output information of student(name, id) and the students grade average
Any help would be appreciated... or I'll be stuck on it all break... lol ><