Answered step by step
Verified Expert Solution
Question
1 Approved Answer
java please First, enter student name and the mark of 3 subjects. Then, 1. convert the mark to grade A: 90 100 B: 80 89
java please
First, enter student name and the mark of 3 subjects.
Then,
1. convert the mark to grade
A: 90 100
B: 80 89
C: 50 79
D: 20 49
E:
2. calculate the total mark, average mark and GPA.
Average of marks
A: 90 100
B: 80 89
C: 50 79
D: 20 49
E:
GPA
A: 4
B: 3.5
C: 3
D: 2.5
E: 2
Show the grade of 3 subjects, total mark, average mark and GPA.
Design Specification
- Provide a concrete implementation of methods in all derived classes.
- Use printf
- Use import
Name: John Mark of subject 1: 95 Mark of subject 2: 77 Mark of subject 3: 46 ===================== == = = = = = = = = = = = = = = = = = = = = = = = = = = = John =================== Subject 1: A Subject 2: C Subject 3: D Total: 218.0 Average: 72.66666666666667 GPA: C
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started