write a program to enter five subjects marks and find its percentage and display the answer on form using variable
Answers
Answered by
0
Answer:
hmm plz make me a brain list plz plz plz
Answered by
1
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
Example
Input
Input marks of five subjects: 95
95
97
98
90
Output
Percentage = 95.00
Grade A
hope this helps you...
Similar questions