Social Icons

Showing posts with label Java. Show all posts
Showing posts with label Java. Show all posts

19 July 2012

0 Java program to check the palindrome

Following program checks whether a given string is palindrome or not.The logic of program is, first reverse the input string and then check...

16 July 2012

1 Program to print a triangular multiplication table for 0 through 9

Following program written in java uses continue statement to print a triangular multiplication table for 0 to 9. //using continue with the ...
Related Posts Plugin for WordPress, Blogger...