Instructions: 1. Create and define a class called GradeCalc that has the following: 7 variables all of type double: quizzes, midExam, finalExam, assignments, participation, attendance (use the syllabus to check the weight for each) Methods: setGradesByUser(): to prompt the user to enter the values of above class variables finalGradeCalc(): to calculate and return the final Grade by adding up all the grades displayGrade(): to display all the grades and the finalGrade as well constructor to initialize all the variables to 0.0 Check UML below: GradeCalc -quizzes: double - midExam : double -finalExam: double - assignments: double - participation: double - attendance: double Enter grades: Quizzes (20%): 15 Midterm Exam (20 %): 18 Final Exam (20%): 15 Assignments (30%): 25 Participation (5%): 5 Attendance (5%): 5 Your Final Grade is: 83 + setGrades By User(): void +finalGradeCalc(): double + display(): void + GradeCalc() 2. create a class called GradeCalcTest with a main function 3. create objects of GradeCal class 4. call the methods to get the grades form the user, calculate the final grade, then display your output. Sample output: Welcome to Final Grade Calculator

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter5: Making Decisions
Section: Chapter Questions
Problem 8PE
icon
Related questions
Question
Instructions:
1. Create and define a class called GradeCalc that has the following:
7 variables all of type double: quizzes, midExam, finalExam, assignments,
participation, attendance (use the syllabus to check the weight for each)
Methods:
setGradesByUser(): to prompt the user to enter the values of above class variables
finalGradeCalc(): to calculate and return the final Grade by adding up all the grades
displayGrade(): to display all the grades and the finalGrade as well
constructor to initialize all the variables to 0.0
Check UML below:
GradeCale
-quizzes: double
-midExam: double
- finalExam: double
- assignments: double
participation: double
- attendance: double
Enter grades:
Quizzes (20%): 15
Midterm Exam (20%): 18
Final Exam (20%): 15
Assignments (30%): 25
Participation (5%): 5
Attendance (5%): 5
Your Final Grade is: 83
+ setGrades ByUser(): void
+ finalGradeCalc(): double
+ display(): void
+ GradeCalc ()
2 create a class called GradeCalcTest with a main function
3. create objects of GradeCal class
4. call the methods to get the grades form the user, calculate the final grade, then display
your output.
Sample output:
Welcome to Final Grade Calculator
Transcribed Image Text:Instructions: 1. Create and define a class called GradeCalc that has the following: 7 variables all of type double: quizzes, midExam, finalExam, assignments, participation, attendance (use the syllabus to check the weight for each) Methods: setGradesByUser(): to prompt the user to enter the values of above class variables finalGradeCalc(): to calculate and return the final Grade by adding up all the grades displayGrade(): to display all the grades and the finalGrade as well constructor to initialize all the variables to 0.0 Check UML below: GradeCale -quizzes: double -midExam: double - finalExam: double - assignments: double participation: double - attendance: double Enter grades: Quizzes (20%): 15 Midterm Exam (20%): 18 Final Exam (20%): 15 Assignments (30%): 25 Participation (5%): 5 Attendance (5%): 5 Your Final Grade is: 83 + setGrades ByUser(): void + finalGradeCalc(): double + display(): void + GradeCalc () 2 create a class called GradeCalcTest with a main function 3. create objects of GradeCal class 4. call the methods to get the grades form the user, calculate the final grade, then display your output. Sample output: Welcome to Final Grade Calculator
Expert Solution
steps

Step by step

Solved in 2 steps with 2 images

Blurred answer
Knowledge Booster
Class
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781305480537
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT