Write a java program to print students mark list. Calculate the total and average of the student marks.Inputs are stuname, register number and five marks.Total=m1+m2+m3+m4+m5 Avg=total/5Using scanner class Please answer it correctly I will mark you as brainlist Please answer it very fast
Answers
Answered by
2
Explanation:
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 Grade ‘D’
To understand this Program you should have the knowledge of following concepts of
Answered by
2
Explanation:
I hope it will helps you
Attachments:
Similar questions