//Question15.java
//Solution to Self-Test Question 15, page 18, Chapter 1.

public class Question15
{
    public static void main(String[] args)
    {
        System.out.println("Hello World!");
    }
}
