CSC 120 Lab 3 - Fall 2005
Thursday, September 8, 2005
Due: Wednesday, September 14, 2005, 10:00PM
[Course home page]
Lab Work
Additional Exercises
Complete for homework whatever you don't finish in lab.
- [10 points] Exercise P3.6 (page 99) in the textbook. Name your class/file:
Car
. (Note: Besides implementing the Car
class, you may write a CarTester
class, containing a main
method, that tests out the operations of your Car
class.)
- [10 points] Exercise P3.7 in the textbook. Name your class/file:
Student
. (See the note on the previous exercise.)
- [15 points] Exercise P3.13 (page 100).
- [15 points] Programming Project 3.1 (page 100). Here is a BankAccount.java file containing the BankAccount class we went over in class. Download the file to your directory and modify it appropriately. Don't forget to put a header comment at the top of the file with your name, etc.
To receive full credit for this homework, you must successfully complete 40 points worth of the additional exercises. I will keep track of extra credit, so I encourage you to work on as many of the problems as you can.

Berry College