Computer Science, asked by saniasethi169, 1 month ago

Write a python program to accept five marks from the user and display the average of given marks.

Answers

Answered by ThePureSoul
2

Answer:

\huge\star{\underline{\mathtt{\red{A}\pink{N}\green{S}\blue{W} \purple{E}\orange{R}}}}⋆

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 kaurashpreet52
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