Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

JAVA GUI: Make a gradebook program that will allow for the entry of grades for 5 different classes. Each class will keep track of the

JAVA GUI: Make a gradebook program that will allow for the entry of grades for 5 different classes. Each class will keep track of the grades with an average grade to be shown when selected. The output will also include high scores and low scores for each class. Also, scores of 0.5 will be rounded up to the next whole number for the average score. For example, a score of 79.5 will be 80 on the final average.

Classes: Programming, Art, Science, Math, and History. All boxes will be clearly labeled.

Dialog Boxes presented where appropriate.

Output will include: - Class Name - Scores Entered - Current Average - High Score - Low Score

Buttons or choices will include: - Calculate - Clear Scores - Save/Update Scores -

Exit 'System.exit(0);' Input Validation: -Use of Try/Catch

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Data Access Patterns Database Interactions In Object Oriented Applications

Authors: Clifton Nock

1st Edition

0321555627, 978-0321555625

Students also viewed these Databases questions

Question

=+ Who do you think is right? Why?

Answered: 1 week ago