Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Java Rainfall Class. Write a Rainfall class that stores the total amounts of rainfall for each of the 12 months of a year into an

Java

Rainfall Class. Write a Rainfall class that stores the total amounts of rainfall for each of the 12 months of a year into an array of doubles. You should have a setter that accepts the array from the main program and copies that into a private array. The program should include methods that return the following:

prints the values in the array in a JOptionPane or scrollable textbox

the total rainfall for the year

the average rainfall for the year

the month with the most rain

the month with the least rain

Write a second program that instantiates the Rainfall class and tests it by prompting the user for the rainfall data, using a setter to pass that array, and then displays the results of each of the above methods in a JOptionPane.

Input Validation: Do not accept negative values for monthly rainfall.

Draw a UML diagram (rather than a flowchart) for this class.

Project Rubric

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

Automating Access Databases With Macros

Authors: Fish Davis

1st Edition

1797816349, 978-1797816340

More Books

Students also viewed these Databases questions

Question

What is Change Control and how does it operate?

Answered: 1 week ago

Question

How do Data Requirements relate to Functional Requirements?

Answered: 1 week ago