Computer Science, asked by ashsalk402, 6 hours ago

wap to find average of any five subject

Answers

Answered by deepikajlmhjkknacin
1

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 .

Similar questions