Algorithm of calculate the percentage of five subject
Answers
Answered by
0
Explanation:
Write a C program to input marks of five subjects of a student and calculate total, average and percentage of all subjects. How to calculate total, average and percentage in C programmin7g. Logic to find total, average and percentage in C program.
Example
Input
Enter marks of five subjects: 95 76 85 90 89
Output
Total = 435
Average = 87
Percentage = 87.00
Mark me as brainlisit❣
Similar questions