//I need to find armstrong nb, example: 153=1^3 +5^3 +3^3, for this code I Entered a range of the first //153numbers(0 excluded) , why this code is not working, I would app