Computer Science, asked by maggipatil223, 11 hours ago

write a program to find the average of five subjects ​

Answers

Answered by Simi011
2

Answer:

Divide sum of all subjects by total number of subject to find average i.e. average = total / 5 . Calculate percentage using percentage = (total / 500) * 100 . Finally, print resultant values total , average and percentage .

Explanation:

Hope that helps you

Similar questions