What is an Algorithm? Write an Algorithm to calculate the total and average of 3 subject
marks.
Answers
Answered by
0
Answer:
Average This is the arithmetic mean, and is calculated by adding a group of numbers and then dividing by the count of those numbers. For example, the average of 2, 3, 3, 5, 7, and 10 is 30 divided by 6, which is 5.
Answered by
1
Answer:
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 programming. 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
Hope it helps
please mark me as brainliest!
Similar questions