Computer Science, asked by thakurpalak1982, 19 hours ago

wap in python to obtain marks obtained by 5 students in 3 subjects(sub1,sub2,sub3) and calculate and display total marks and percentage of marks individual students.​

Answers

Answered by gaurav311208
0

Answer:

Allow users to enter five different marks for five subjects. Sum all subjects marks using the arithmetic operator. Calculate average using this formula average = total / 5 . And calculate percentage using this formula: percentage = (total / 500) * 100.28-Apr-2020

Explanation:

please follow

Similar questions