Please help - Student Class | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

1st Sep 2018, 3:44 AM
Leidy J Caicedo
Leidy J Caicedo - avatar
1 Answer
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...
1st Sep 2018, 3:48 AM
Amir Galanty
Amir Galanty - avatar