public class TestProgMergeSort { public static void main(String[] args) { System.out.println("See Programming Exercise 7."); } }