Question: Weather App Program Write a Java program that tracks the local weather patterns. Ask the user to enter the high temperature values for several days.
Weather App Program
Write a Java program that tracks the local weather patterns. Ask
the user to enter the high temperature values for several days.
The program should determine the number of days for the
following temperature categories below:
Temperature Category
and above Hot Day
Nice Day
Moderate Day
below Cold Day
The program should also calculate the average temperature for the
all days entered.
Display the following information after the user has entered all of
their data values:
Each temperature category and the number of days for each category.
The average temperature for all the days.
Include a welcome message that gives a brief description of what
the program does.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
