Computer Science, asked by Chandrani14, 10 months ago

write a program to calculate the total marks
of 3 subjects using Input statement​

Answers

Answered by patilcourt
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

Example

Input

Input marks of five subjects: 95

95

97

98

90

Output

Percent 95%

Explanation:

Hope this helps u plz mark me as the brainliest

Answered by Anonymous
0

Answer:

Explanation:

Example

Input

Enter marks of five subjects: 95 76 85 90 89

Output

Total = 435

Average = 87

Percentage = 87.00

Similar questions