Computer Science, asked by misssurabhi, 6 months ago

Input score of students for three subjects and find his grade. If he scores more than 90 in all the subjects print the message excellent. If it is more than 50, print the message good and if less than 50 print the message sorry.

I want the coding....
The one whose answer will be right will get 20 points and would be marked as brainliest!​

Answers

Answered by karunyasingh13
0

Check the grade of the students based on marks. First of all we will take input a mark of subject from the candidate and according to following condition we will calculate the grade.

If marks <50 then Grade is F

if marks >=50 <60 then Grade is D

if marks >=60 <70 then Grade is C

if marks >=70 <80 then Grade is B

if marks >=80 <90 then Grade is

if marks >=90 then Grade is A+

Similar questions