Pergunta de entrevista da empresa GlobalLogic

print palindromic numbers till 200

Resposta da entrevista

Sigiloso

17 de nov. de 2024

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 .