On routine practice 7 question 1 it wants us to get the min and max temperatures of the week. I was able to get it working for every scenario except for the one where the input is: -4, -1, 4, 6, 8, 10, 15. Max works fine but min turns out to be the value I assigned to it before the loop. Any tips on how to fix the min value for this specific input?