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
~81 People Reached
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for codysundermann

I CAN NOT GET THIS TO WORK I THINK IT IS GOING WRONG IN THE INDATE FILES [code] #include <iostream> #include <fstream> #include <string> #include <iomanip> #include <cstdlib> using namespace std; void calculateAverage (ifstream&, ofstream&, double&); char calculateGrade (double); int main () { char grades [15]; double avg, average=0; int …

Member Avatar for Ancient Dragon
0
81