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

hey i got this program to calculate grades by reading from a file but im getting some error. can anybody help. #include <iostream> #include <fstream> #include <string> using namespace std; int highestGrade (int score1, int score2, int score3);// prototype for first function char letterGrade (int highscore);// prototype second function int …

Member Avatar for Slavi
0
364