Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions programming-I/04-gradeCalc/gradeCalc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ int main() {
cout << "Grade Calculator - Computer Programming I" << endl;

cout << "\nThe weight of each deliverable on their final grade\n"
<< "\tProgrammig Assignments: " << ASSIGN_PERCENT << "%\n"
<< "\tProgramming Assignments: " << ASSIGN_PERCENT << "%\n"
<< "\tChapter Tests: " << TEST_PERCENT << "%\n"
<< "\tFinal Exam: " << EXAM_PERCENT << "%\n"
<< "\tClass Participation: " << PARTIC_PERCENT << "%" << endl;
Expand Down Expand Up @@ -143,4 +143,4 @@ Final Grade: 87.65%

Your Grade is B+

*/
*/