Question: Please help! You should adjust the following code to code to output a probable season (winter, spring, summer, or fall) depending on a temperate inputted
You should adjust the following code to code to output a "probable" season (winter, spring, summer, or fall) depending on a temperate inputted from the user. This program prompts the user for a temperature, parses that response to an integer, and displays a message box that reads "Based on the temperature of (whatever temperature they entered) it is most likely". This program will not compile at this time since you do not have a determine Season method yet. Your job is to create a new functional method called determine Season that returns the season based on the temperature. You will need to use conditionals to make this program determine the probable season that matches what the user entered for their temperature
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
