/* * Purpose: This program is the application * for the A2Program. * * Author: Adriana Ferraro * Date: Semester 1, 2007 */ public class A2Application { public static void main(String[] args) { //Please leave this statement in Keyboard k = new Keyboard(); A2Program a2 = new A2Program(); a2.start(); } }