Lecture 12
6
hw5
•
array practice (sorting)
•
ArrayList practice: modify Bank.java so
that it uses an ArrayList of BankAccounts
instead of an array
–
BankAccounts have numbers 0, 1, 2, …
–
Banker can open as many accounts as she likes!
•