1: //Question15.java
2: //Solution to Self-Test Question 15, page 18, Chapter 1.
3:
4: public class Question15
5: {
6: public static void main(String[] args)
7: {
8: System.out.println("Hello World!");
9: }
10: }