Computer Science, asked by handdrypal, 4 months ago

write a program to calculate the percentage of a student using functions and exception handling.​

Answers

Answered by lokesh4rgaming
0

Answer:

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

Similar questions