Computer Science, asked by jaiho1jk, 3 months ago

write a java program to process the exam scores for a group of students in a course. Assume that the students have to appear in the same no. of test. enter each students name and the exam scores. calculate the average course for each student and an overall class average. display the class average followed by name, the individual exam score and the average score for each student. please help me with it.​

Answers

Answered by Anonymous
0

Answer:

Please refer to the attachment...

Attachments:

jaiho1jk: what are you answering at least don't give this type of answers
Answered by ruchikakapri
0

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 Grade ‘D’

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:

please mark me as brainlist


jaiho1jk: don't post another question,
Similar questions