Question: JAVA Help Create a program called AverageTemperatureYourLastName that prompts the user for how many days of temperatures they would like to enter. Run the user
JAVA Help
Create a program called AverageTemperatureYourLastName that prompts the user for how many days of temperatures they would like to enter. Run the user through a while loop prompting them to enter a temperature for the number of times they provided. After the last temperature is entered, return the average daily temperature back to them. Verify that the temperature returned back to them displays a decimal point (double). The input of the temperatures should be integers - not doubles.
Verify that your loop is correct and ends appropriately. If you submit an infinite loop, you will receive zero points. Infinite loops equals not happy instructor.
Add in comments to explain what your code is doing.
You do not have to use a method for this activity.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
