Monday, May 19, 2008

Java Simple Programs: Problem #1

Write a Java program that prints the following as output:

Java is so
different
from Alice!

(Rules: You can only use ONE System.out.println statement).