Skip Ribbon Commands
Skip to main content
Weather GUI
You will be reading input from a comma delimited file:
The gui will output the day’s high and low temperature, average temperature, current temperature, wind, precipitation, total precipitation for the day. It will also warn if there is a wind chill. Extreme warning if wind chill < -10. Also, predict what will happen if the barometer goes up or down. Change the picture on
 the gui depending on the current weather.
1.     Flowchart program,
2.    Define variables and constants.
3.     What parts of the program can be put in classes?
4.    What happens if there is no data?
5.    What libraries do you need to include?
See: