Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #72.8K
Ranked #4K
~10.7K People Reached
Favorite Forums
Favorite Tags
c++ x 2

1 Posted Topic

Member Avatar for badkid32

This is simple to fix: [code]#include <iostream> using namespace std; int main(int argc, char *argv[]) { int A = 0, B = 0, C = 0, D = 0, F = 0; int grade, total; cout << "How many grades?: "; cin >> total; for (int count = 0; count …

Member Avatar for Xavier_3
0
11K

The End.