Question: Java please help, I am very confused on how to complete this assignment since our professor barely covered it and I lack prior coding experience.
Java please help, I am very confused on how to complete this assignment since our professor barely covered it and I lack prior coding experience.
How to write Temperatures.java?




Sry, can not copy the code form picture.
Goals: By the end of this activity you should be able to do the following Understand the basics of the ternery conditional operator Understand the basics of the for loop, for each loop, and the do-while loop Understand the basics of the switch statement Description: In this activity you will create two classes. Temperatures will hold a set of integer values representing daily temperatures. TemperatureInfo will allow users to interact with the Temperatures class. Directions: Don't forget to add your Javadoc comments for your classes, constructor, and methods in this activi Part 1: Temperatures: instance variable, method stubs Create a class called Temperatures, which will hold a set of integer values representing daily temperatures Add an instance variable with the name temperatures to your class that is of type ArrayList with generic type Integer. Add method stubs for the following methods. o The constructor takes an ArrayList of integer values public Temperatures (ArrayList
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
