Write a program to input student name, class, roll number and marks in five subjects. Calculate the
total marks and percentage.
Please give the answer ...
Answers
Answered by
0
Answer:
number of marks/total number of marks ×100
Answered by
0
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
Similar questions