Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

PROGRAM 1: Consider a class ScienceFairProjectRating that will be used to help judge a science fair project. It will use the class RatingScore described in

image text in transcribed

PROGRAM 1: Consider a class ScienceFairProjectRating that will be used to help judge a science fair project. It will use the class RatingScore described in the previous exercise. The attributes for the new class are .The name of the project .A unique identification string for the project .The name of the person .A rating for the creative ability (max. 30) . A rating for the scientific thought (max. 30) . A rating for thoroughness (max. 15) -A rating for technical skills (max. 15) .A rating for clarity (max. 10) It will have methods to .Get the number of judges .Get all the ratings for a particular project . Return the total of the ratings for a particular project .Return the maximum total rating possible .Return a string showing a project's rating in a format suitable for display 1. Write a method heading for each method. 2. Write preconditions and postconditions for each method. 3. Write some Java statements that test the class. 4. Implement the class

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

Inductive Databases And Constraint Based Data Mining

Authors: Saso Dzeroski ,Bart Goethals ,Pance Panov

2010th Edition

1489982175, 978-1489982179

More Books

Students also viewed these Databases questions