Hi, my code does work for positive numbers, however the problem arises, when I add negative numbers. The first if condition prevents numbers <= 0 to be considered, however if i delete these lines of code, the last condition isnt met anymore (for some reason I dont understand). So I managed to get into a dead end situation. Any advice? Thanks in advance!