Write an algorithm to calculate sum of five subjects
Answers
Answered by
0
Answer:
Algorithm to calculate Average and Percentage
First Received marks of each subject.
Calculate sum of all subjects marks.
Divide total marks by number of subject (percentage=total marks / number of subject).
Finally print percentage on screen.
Similar questions