Problem
1. Write a for loop to display every third number beginning with 10 and continuing through 100.
2. Write a sentinel-controlled while loop that allows any number of temperatures to be entered. The average temperature should be calculated and displayed.