write a programm to find the percentage marks obtained by a student in five subjects .If the percentage is greater than 90 display messege " excellent " ,if it's between 80 and 89 display messege " good " otherwise display " average " .
Plzz answer fasttttt....
Answers
Answered by
2
Answer:
Write a C program to input marks of five subjects Physics, Chemistry, Biology, Mathematics and Computer, calculate percentage and grade according to given conditions:
If percentage >= 90% : Grade A
If percentage >= 80% : Grade B
If percentage >= 70% : Grade C
If percentage >= 60% : Grade D
If percentage >= 40% : Grade E
If percentage < 40% : Grade F
Attachments:
Similar questions