ahh i have a question on for loop
this is for a class so we have to do it using that . any ways the problem is enter the # of courses, credit, and grade.
i am wondering how to evaluate each set of inputs in from the loop. for ex if course 1 the person had a b and it was worth 4 credits. and course 2 he got a c and its worth 5 credits. how would i be able to seperate each of the inputs so that i can calculate how much grade points each of the courses r worth.
sorry if all this is a mess.


![[C++] evaluating each set of inputs from the loop](http://ragezone.com/hyper728.png)


