+1-316-444-1378

1. Set up script that provides a weather alert. Make sure your program does the following:

Set the temperature to be a variable.
If the temperature is 90 degrees or above, the program alerts a heat advisory
If the temperature is 80 – 90, the program alerts hot temperatures, etc.
Show at least five levels of weather alerts.
Use either an IF statement or a SWITCH statement to determine what type of advisory to give for the temperature variable.

2. You need to discuss a new feature for your weather alert program. For example, you may discuss how you could use other parameters of the weather – such as humidity and then show this in conjunction with the heat advisory. I am not expecting you to forecast the weather, but rather provide a more detailed alert.