public class MyVeryFirstApp {
public static void main (String [] args) {
System.out.println( "I Rule!");
System.out.println("The World!");
}
}
thanks for any help.
Posted 11 August 2012 - 08:44 PM
public class MyVeryFirstApp {
public static void main (String [] args) {
System.out.println( "I Rule!");
System.out.println("The World!");
}
}
Posted 15 August 2012 - 03:34 AM