User profile: gmorris7897

User info
User name:gmorris7897
History
Joined:
Number of posts:9
Latest posts:

Averaging Grades
Just me, but I would also clean up the input with a loop. Perhaps [code]int total; For (x = 0; x <...

Averaging Grades
I 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 Chart
That's right. Good catch. I'm learning, too, so you taught me something as well! :-)

Help Writing Program From Flow Chart
Few things: 1) You'll likely have to initialize a third variable to track the need to take the fina...