0
Please help - Student Class
Develop an algorithm to calculate the final grade for a class of 15 students. There are 5 assignments (20 points each) as well a midterm and a final (100 points each). Another 10 points are for in-class participation. All the assignments and tests contribute to the final grade equally. Additionally, the in-class participation (either thru Discussions or in real-time) is also a part of the final grade.
1 Antwort
0
student ={name:x,id:0,participated:0,assignments:[],midterm:0,final:0, grade:0.0}
class = list[students]
add the grade, multiplay by persentage...