Fine, Java MIGHT be a good example of what a programming language should be like. But Java applications are good examples of what applications SHOULDN’T be like. pixadel
A palindromic number is a number that remains the same when its digits are reversed.
Write a program to check palindrome.
Example:-Check 11 is polindrome:true Check 100 is polindrome:false
Comments
Please login to add comments.