float InchesToFeet(int lengthInInches);
Grade | Percent Score | Comment |
---|---|---|
A | 90% to 100% | Outstanding Work |
B | 80% to 90% | Good Work |
C | 70% to 80% | Average Performance |
D | 60% to 70% | Poor Work |
F | Below 60% | Failure |
string GradeComment(char letterGrade);
char GetLetterGrade(float percentScore)
void CountCharTypes(string phrase, int & letters, int & digits, int & other);