So basically I have to average how many ever numbers a user enters. I can only accept positive numbers so if a negative number is entered, I have to tell them to enter another positive number instead. I have the code working except it also averages negative numbers because I'm not quite sure how to add an if statement that re-asks the user to input a different number when a negative one is entered.