public class Program1
{
	public static void main(String [] args)
	{
		EasyReader keyboard = new EasyReader();
		
		// Follow instructions on Unit 10 Assignment sheet
		
	}
}