Name: Yunus Gubrud Current CS teacher: Mr. Dillon
Description of project: This simple projects akes in temperature, chance of precipitation, and humidity information for the next 7 days. It thens sorts the information and displays it in decending order with the associated day and higlights the highest and lowest value of each list. The project uses: abstract classes, polymorphism/inheritance, Scanner, Arraylists, static methods, iteration, switch cases, and try-catch blocks. it also uses the 3 sorting algorithims in APCS-A which are insertion, bubble, and selection sort.
Compile and run instructions: In the root directory containing App.java, run javac *.java then run java App.java and follow the prompts given by the program.