This problem set covers material from Chapters 5 and 6.
It should be finished by Thurs. March 6, however you may submit it up until the
end of office hours on Thurs. March 18.
To submit a program, you need to demonstrate (during office hours or
class) your program and explain how it works. You may submit a
program multiple times.
General guidelines:
Exercise 5.7 (p 359): Implement a class MotorBoat that represents motorboats. A motorboat has attributes for:
Include a driver program that instantiates several objects of type MotorBoat and demonstrates the class.
Exercise 5.8 (p 330): Implement a class PersonAddress that represents an entry in an address book. Its attributes are:
You should submit all problems for grading by the deadline (see class schedule for date). To submit a program, you need to demonstrate (during office hours or lab) your program and explain how it works.