Home Course Objectives Content Outline Evaluation Criteria
Assignment 1 Assignment 2 Assignment 3 Assignment 4

CIS135  Assignment 2

      Assignment 2 objectives are to learn to create an object oriented java application, using more advance programming methods.  Creating and instantiating an object, using exception processing, constructors, variables, and more will be expected.

A)    Using the bank account example from The Java Coffee Break, create a full banking application with methods for deposit, withdraw, and return balance.(50%)

B)      Add a method to the application to calculate and display interest. (50%)

Hand in, on diskette the java source and class files.