+ 5
Challenge 1 - Palindrome Numbers
A palindrome number is a number that when its reversed, it will still equal to itself, make a program that find all the palindrome numbers from 1 to 10 000 000, any language accepted. (all single digits counts as palindrome numbers) Good Luck!
6 Antworten
+ 10
It's very rewarding, when old codes come in handy 😉
https://code.sololearn.com/c5RXS8uy089I/?ref=app
+ 6
https://code.sololearn.com/cOXPwyh6Zhd8/?ref=app
+ 2
https://code.sololearn.com/WBjlJ6wIas7X/?ref=app
+ 2
this is my code hehe
https://code.sololearn.com/cPXlCA2Gi3hP/?ref=app