Skip to content

Commit 8964b1a

Browse files
authored
Create README.md
1 parent b14d958 commit 8964b1a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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>

0 commit comments

Comments
 (0)