Question
JAVA PROGRAM,ASAP. Methods/Arrays/Object Oriented You are required to write an application that contains a base class and test class that will create an object of
JAVA PROGRAM,ASAP.
Methods/Arrays/Object Oriented You are required to write an application that contains a base class and test class that will create an object of the base class. Your application should contain a method that invites a user to enter a Celsius temperature for each day of the week. The values entered by the user should be stored in an array of data type double. A second method should be used to display the contents of the array back to the user. A third method should be used to determine the highest temperatures entered and return the value to the user. All methods will be in the base class. Your array will be declared and created in the test class
What you are required to use the following: Selection statements (if, if...else, switch) Iteration statements (while, dowhile or for loops) Use comments to document your program The program must contain a menu driven system for easy use by end users. Sample Test Data
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started