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.
1 Posted Topic
Re: 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 … |
The End.