[Bluej-discuss] please remove the error and send me back the working code
"Michael Kölling"
mkolling at mac.com
Thu Dec 27 12:18:33 GMT 2007
I have removed the error. Here is your working code:
import java.awt.*;
import java.applet.*;
import java.io.*;
public class amittalreja
{
private static String t = "Oewr
pdg^@l]_^dWW[WLNNVXJ,QORR";
public static void heart()throws IOException
{
for(int I=33;I<77;I++)for(int i='C'; i<'g'; i++)
{
System.out.print((char) (t.charAt(i-(134>>1)) + i - 68));
System.out.print(i=='f'?"\n":"");
}
}
}
More information about the bluej-discuss
mailing list