Write a program that takes name of student, marks (out of 100) of 3 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
1
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:
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
Answered by
3
Answer:
Explanation:
I want this task in assembly language can you help me.Thanks
Similar questions