Empresa engajada
print palindromic numbers till 200
Sigiloso
just run a for loop convert number to string and just write a function to check if the string is palindrome of not if it is then print it. there was also a 2nd approach to actually reverse the number using % and / method .