Computer Science, asked by megadeepika7, 5 months ago

Write a program to accept 5 subject marks, calculate the average and display the grade as per the given conditions.

AVERAGE GRADE
>= 40 C
>= 50 B
>= 60 B+
>= 70 A
>= 80 A+
>= 90 O
java program

Answers

Answered by prajwalchaudhari
3

Answer:

a program to accept 5 subject marks, calculate the average and display the grade as per the given conditions.

AVERAGE GRADE

>= 40 C

>= 50 B

>= 60 B+

>= 70 A

>= 80 A+

>= 90 O

Similar questions