Computer Science, asked by seenaiahvattikala, 11 months ago

3. In an examination, the grades are given to the
students on the basis of average masks oksteise
Crite a jara program to input name and average a
obtained. Write a java program to display grades
and name accordingly
Marks
Grades,
80% and Above
Distinction,
60% or more but less than 80% First Grade [Division
45% or more but less than 60% Second division
40% or more but less than 45%
Less than 40%
No Grade
Pass​

Answers

Answered by kirangusain84
2

Answer:

This program calculates the grade of a student based on the marks entered by user in each subject. Program prints the grade based on this logic.

If the average of marks is >= 80 then prints Grade ‘A’

If the average is <80 and >=60 then prints Grade ‘B’

If the average is <60 and >=40 then prints Grade ‘C’

else prints

Answered by Anonymous
3

Since,

I have written the whole program but it was not getting saved so I just putted the screenshot of it...

u can refer the above attachment !!!

Attachments:
Similar questions