a note of thanks
//A program of great appreciation
public class thanksNote
{
public static void main(String[] args)
{
System.out.println("This is just to say...");
System.out.println("My parents rock my java champion socks.");
System.out.println("They even save my bacon.");
System.out.println("In a nutshell, ");
System.out.println("I think they are AWESOME!!!");
}
}
//I'm sorry it's not formatted all that prettily - I'm still working on that (silly blogger).
public class thanksNote
{
public static void main(String[] args)
{
System.out.println("This is just to say...");
System.out.println("My parents rock my java champion socks.");
System.out.println("They even save my bacon.");
System.out.println("In a nutshell, ");
System.out.println("I think they are AWESOME!!!");
}
}
//I'm sorry it's not formatted all that prettily - I'm still working on that (silly blogger).
Comments
Post a Comment