|
| 1 | +<h1>The instructions for this activity can be found below:</h1> |
| 2 | +<ul> |
| 3 | + <li>Everyone is expected to work on this on their computer</li> |
| 4 | +<li>You are creating a BankAccount class and demonstrating it in a Main class</li> |
| 5 | +<li>there are specifications written in comments in each class</li> |
| 6 | +<li>don’t change the file or package names!</li> |
| 7 | +<li>You will have to combine your understanding of Objects and Classes in Java with your understanding of conditionals and control flow.</li> |
| 8 | +<li>remember to use comments to outline your methods and guide your own thinking as you write your code</li> |
| 9 | +<li>You will have until 3:30 EST to complete this assignment</li> |
| 10 | +</ul> |