1) Create a program that will take in several daily temperatures and when finished (user types -99) will output the number of hot days > 28, pleasant >17<=28, and cool < =17.
2) Create a program that will return the greatest common factor between two integers.