+ 1
Write a program
A class has 50 students. Every student is supposed to give three examinations. Write a program to read the marks obtained by each student in all three examinations. Calculate and display the total marks and average of each student in the class.
4 Answers
+ 4
Please write a scratch of the code first, then if there's any difficulties consult back again here, asking people to code for you is not exactly the same with asking for help :)
+ 1
you mean were just displaying statistics?
+ 1
please check below for the answer to the question.in my link below.. I wrote it in python. I named each student e.g student1, student2, student3 and the exams are Maths, geography and History... so the program requires an input... so just input the student name like student38. there are only 50students so last student is student50.
also remember to leave a like for me.... thank
https://code.sololearn.com/cyOTpiW1n8eV/?ref=app
0
yes