Skip to content

Commit ebafd62

Browse files
authored
Update README.md
1 parent 2eb6cdc commit ebafd62

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Bank Account Pair Coding
2+
3+
(early UML to code lab)
4+
25
For this assignment, we're going to pair up and build some bank accounts.
36

47
Start with building out your UML for all of this and then go into writing your tests and code. The UML here should
@@ -22,4 +25,4 @@ You should have:
2225

2326
Also, there should be two different AccountHolder types:
2427
* Person which has a firstName, a middleInitial, and a lastName
25-
* Business which just has a businessName
28+
* Business which just has a businessName

0 commit comments

Comments
 (0)