Posts

Showing posts from January, 2016

Java program to find whether given no. is Armstrong or not

/*Write a program to find whether given no. is Armstrong or not. Example : Input - 153 Output - 1^3 + 5^3 + 3^3 = 153, so it is Armstrong no. */ class Armstrong { public static void main ( String args [ ] ) { int num = Integer . parseInt ( args [ 0 ] ) ; int n = num ; //use to check at last time int check = 0 ,remainder ; while ( num > 0 ) { remainder = num % 10 ; check = check + ( int ) Math . pow ( remainder, 3 ) ; num = num / 10 ; } if ( check == n ) System . out . println ( n + " is an Armstrong Number" ) ; else System . out . println ( n + " is not a Armstrong Number" ) ; } }

Java program to find whether no. is palindrome or not

/* Write a program to find whether no. is palindrome or not. Example : Input - 12521 is a palindrome no. Input - 12345 is not a palindrome no. */ class Palindrome { public static void main ( String args [ ] ) { int num = Integer . parseInt ( args [ 0 ] ) ; int n = num ; //used at last time check int reverse = 0 ,remainder ; while ( num > 0 ) { remainder = num % 10 ; reverse = reverse * 10 + remainder ; num = num / 10 ; } if ( reverse == n ) System . out . println ( n + " is a Palindrome Number" ) ; else System . out . println ( n + " is not a Palindrome Number" ) ; } }

Top 20 FREE Mobile Recharge and Earning websites(100% WORKING)

Image
Posted by  Pavan Shukla  in  Mobile  |    635 comments   Hey Friends!!! In this world,nothing is free, for earning cash we’ve to try and do some work, however ultimately I got a useful websites of Free  Mobile Recharge , It works 100% & very easy to use.You’ll get paid starting from the initial action of yours i.e Registration, alternative activities that pay you’re “E-Mail verification”, “Successful Referrals” by Email/sms, on every occasion you send & sms.therefore, the more you send, the more additional earnings can come in your Wallet. the quantity earned by the user are often redeemed within the type of Mobile Recharge. You may like :  Get free samples from Reward me all over India  please  click here for free teen patti chips tricks Here I have sort this list as most demanding and most preferred websites for more earnings. Download GoIbibo Android App and get Rs.1000 instant  Click here to...