Hi! I'm not sure what's wrong with this code since it seems to work. If I enter a number higher than 0 it loops through that many times and assigns the value to maximum. If the number is higher the second loop it assigns the variable maximum to the new higher value. Then it prints the highest number. But if the number is 0 or less, nothing displays, which the last requirement asks for. But I can't get past requirement 5...