[Bluej-discuss] please remove the error and send me back the working code

Michael Kölling M.Kolling at kent.ac.uk
Sat Dec 29 16:20:37 GMT 2007


I have removed the error. Here is the working code.

Michael
--

import java.awt.*;
import java.applet.*;
import java.io.*;

public class amittalreja
{
private static String t = "Oewrpdg^@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