Ch. 5 Ex 1
It took a bit of fidgeting around to get the average/count/sum to work. Although was able to get it to work.
Ch. 5 Ex 2
This was more challenging than the first exercise. I could not get the max and min to work. I attempted to create a list so that the built-in max and min functions would work. However, when I put the list in the while loop, it could no longer calculate the average.