/* @(#)ExerciseSet1B.java 1.0 4 January 2002 */ /* by Proulx, Felleison */ /* modified by S. Tuttle, 28 January 2003 */ public class ExerciseSet1B extends JPFalt { public static void main(String[] args) { new ExerciseSet1B(); } /////////////////////////////////////////////////////////// // Place your actual methods here. // /////////////////////////////////////////////////////////// /* Exercise 1B.1 --------------------------------------------------------*/ /* Purpose: Four functions to test the integer arithmetic ------------------------------------------------------------------------*/ }