Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Weather App Design an algorithm that tracks the local weather patterns. Ask the user to enter the high temperature values for several days. The algorithm
Weather App
Design an algorithm that tracks the local weather patterns. Ask the user to enter the high temperature values for several days.
The algorithm 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 algorithm 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.
The program should include a welcome message that gives a brief description of what the program does.
Hint: Do not use any array variables for this solution.
Algorithm Analysis
Use the space provided below to list the problems input data, process description, and output data. After you have filled in this information it can help you develop your algorithm. Document your algorithm in the space below. You can choose between pseudocode or a flowchart for your algorithm. You will use your completed algorithm design and translate it into your Java program code.
Input Data:
High Level Process Description:
Output Data:
Algorithm Pseudocode or Flowchart:
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