Write a program that takes name of the student ,marks(out of 100) of 5 subjects
from user and calculate total marks ,percentage and grade as per the following criteria:
percentage grade
>=75 A
>=60 and <75 B
<60 C
Answers
Answered by
2
Explanation:
Write a C program to input marks of five subjects Physics, Chemistry, Biology, Mathematics and Computer, calculate percentage and grade according to given conditions:
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
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 AIf percentage >= 80% : Grade B
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 AIf percentage >= 80% : Grade BIf percentage >= 70% : Grade C
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 AIf percentage >= 80% : Grade BIf percentage >= 70% : Grade CIf percentage >= 60% : Grade D
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 AIf percentage >= 80% : Grade BIf percentage >= 70% : Grade CIf percentage >= 60% : Grade DIf percentage >= 40% : Grade E
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 AIf percentage >= 80% : Grade BIf percentage >= 70% : Grade CIf percentage >= 60% : Grade DIf percentage >= 40% : Grade EIf percentage < 40% : Grade
make me as brainalist okay PLEASE
Similar questions
World Languages,
2 months ago
English,
2 months ago
Art,
4 months ago
Math,
4 months ago
CBSE BOARD X,
10 months ago
Hindi,
10 months ago
Geography,
10 months ago