Write a python program to accept five marks from the user and display the average of given marks.
Answers
Answered by
2
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.
Answered by
1
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
Explanation:
hope it is helpful
Similar questions