Averaging GradesJust me, but I would also clean up the input with a loop. Perhaps [code]int total; For (x = 0; x <...
Averaging GradesI could be way off, but in your else if statements, you need && in there or else it's only going to ...
Multiple For Loop When you initialize the variable at 0, the first thing it's checking is if it is equal to 5. Since y...
Help Writing Program From Flow ChartThat's right. Good catch. I'm learning, too, so you taught me something as well! :-)
Help Writing Program From Flow ChartFew things: 1) You'll likely have to initialize a third variable to track the need to take the fina...