Question: Part 2-1: Write a java class encapsulating the concept of daily temperatures for a week. Write the following methods: (a) A constructor accepting an array

Part 2-1: Write a java class encapsulating the concept of daily temperatures for a week.

Write the following methods:

(a) A constructor accepting an array of seven temperatures as a parameter

(b) Accessor, mutator, toString, and equals methods.

(c) A method returning how many temperatures were below freezing

(d) A method returning an array of temperatures above 100 degrees

(e) A method returning the largest change in temperature between any two consecutive days

(f) A method returning an array of daily temperatures, sorted in descending order

Part 2-2: write a java client class to test all the methods in your class.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!