pls answer the following question
if u answer correctly i will follow you
Attachments:
Answers
Answered by
0
Answer:
Java Program to calculate and display Student Grades
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 Java:
To understand this Program you should have the knowledge of following concepts of Java:
Java For Loop
Arrays in Java
if..else-if in Java
Explanation:
hope this helps please can u maybe mark my answer as the brainliest
please
Similar questions