
-----------------------------------
cool dude
Sat Jul 01, 2006 11:03 am

palindrom
-----------------------------------
this is wierd because it doesn't show any error in my code, but it doesn't show any output either. although i know that the output should be 9009 because 91 x 99 = 9009 and that is a palindrom since its the same number backwards.


public class Problem4 {
	public static void main (String[] args) {
		String palindrom = "";
		int product = 0;
		String product2 = "";
		
		for (int j = 10; j 