Question: in C++ Design an algorithm to calculate the Midterm grade as specified in the syllabus. The detailed grading policy will be discussed in the class.
Design an algorithm to calculate the Midterm grade as specified in the syllabus. The detailed grading policy will be discussed in the class. Below is the grading scale: Grading scale: Attendance Homework Midterm 10% 50% 40% Use the following variables to hold input values. You may create additional variables as you proceed. UnAbs (unexcused absence to calculate attendance) Use the following algorithm to calculate Attendance: if UnAbs = 13 Attendance = 0 else Attendance = 13 - UnAbs HWI (max 30 pts.) HW2 (max 40 pts) HW3 (max 50 pts) Midterm (on 100 point scale) After you get the total score use the algorithm discussed previously to convert score to grade
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
