Hey guys Im working on an assignment and its asking "Calculate the max, min, count, average, and standard deviation (std dev) of a set of numbers." The set up asks for you to enter a number then follows up with "Enter another?" where if you enter n it ends then prints out the above. So i'm trying to make an endless loop until you enter n into the second input. Can someone see if Im on the right track or do I need to re-think my setup?