ECE 10
Homework 9
Due Week 10
- Solve either of the following two problems.
- (100 points) Problem A: Solve homework 7 problem I if you didn't do it last week.
- Design Sketch: I provided a more complete start in hw9 homework starts.
- See homework 7 assignment for sample input.
- (100 points) Problem B: Write a program of your choice. It must use two classes: one contains data (like Student) and the other is a list of those objects (like StudentList). You can make up any scenario you like, but be sure it uses some interesting algorithms like reverse, min, max, or insertion sort. Here are some suggestions if you're having trouble thinking up something: bank accounts, address book, student grades, customers and what they bought, etc.
- Design Sketch: It is up to you.
- Here is sample input.
- What to submit:
- the source code for your programs
- a sample session showing your test runs using the inputs we suggested as well as test cases you have used on your own
- be sure to give meaningful names to all constants you use.