Computer Science, asked by arjuncl123, 4 months ago

Write a program to print the grade of a student from the given marks of 3
subjects. The user should enter 3 marks and the out put should give the grade
based on following criteria

If the sum of the marks>130 grade is A
If the sum of the marks>100 grade is B
If the sum of the marks>80 grade is C
If the sum of the marks>=60 grade is D
If the sum of the marks<60 grade is E

Answers

Answered by student1658
0

Answer:

Write a program to print the grade of a student from the given marks of 3

subjects. The user should enter 3 marks and the out put should give the grade

based on following criteria

If the sum of the marks>130 grade is A

If the sum of the marks>100 grade is B

If the sum of the marks>80 grade is C

If the sum of the marks>=60 grade is D

If the sum of the marks<60 grade is

Similar questions