Problem 2 : Subscribe Please : click here Subscribe Please : click here Write a program to check whether a String or Number is Palindrome or Not . Example : String : "madam" is Palindrome and "mad" is not Number : 121212 is Palindrome but 123 is not . Subscribe Please : click here Subscribe Please : click here Approach : Get the number to check for palindrome Hold the number in temporary variable Reverse the number Compare the temporary number with reversed number If both numbers are same, print "palindrome number" Else print "not palindrome number" Code : import java . util .*; public class Palindrome { public static void main ( String [] args ) { Scanner sc = new Scanner ( System . in )...
Hello everyone , This is a boy , Mintu Burnwal , a engineering student from information technology department. In this website , we will learn about basic knowledge to complete knowledge about the corporate world education and knowledge . So , people from any feild can able to learn from this website . stay tuned , keep learning friends and keep support . thank you !