Assignment 2
Assignment 2
Scoring:
Meeting all task requirements earns you a maximum of 80 points.
To score higher, you must implement extra functionality. However, the same extra
functionality can only be implemented by at most two students. You must communicate
with your groupmates to ensure this rule is followed.
Add a method in the bank class (if implemented) to find all accounts with a balance greater than
or equal to a given amount.
Example Output:
Accounts with balance >= $500:
Account ID: 101, Name: Alice, Balance: $750
Account ID: 102, Name: Bob, Balance: $500
Good Luck!!!