Week 12 possible projects
1. Implement the microwave oven with the time class. (easiest)
2. Use the time class and two or more images... Display the time “countdown”
and one picture, and display the other picture when time is up. (examples: toaster pops up toast, chick hatches out of egg,
rocket blasts off, etc) (slightly harder)
3. Implement the bank accounts (object) project (medium-hard)
4. Implement bank account with a listbox
allowing (optional) display of accounts information. (medium-hard)
5. Implement a collection example with pairs like (student,id) allowing the user to enter the pairs, delete
items and so on. Provide find- by-key and find-by-value buttons. (easy-medium)