I am stuck again. !@#$%
I have done code that finds if number in a variable is palindromic, but there is probably an error with the code that tries all combinations of numbers.
I am doing it with WHILE cycle - it repeats the code until there is a palindromic number or one of numbers that I am multipling, is < 100.
When I tried code that lowers only one of the numbers, it found
When I tried code that lowest one of the numbers and if it's below 100, it returns it back to 999 and lowers second number. It found
I tried to edit that "palindromic requirement" for 4-digit palindroms and other code for 2-digit numbers (if below 10, return to 99), and it found that 9009 (result of example problem). So maybe this code is right, maybe not.
Any ideas? Should I try some completely different algorithm to multiply numbers?



