Skip to content

Commit 0a3134b

Browse files
update 1_LoanAccount/readme
1 parent 4b8be41 commit 0a3134b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

1_LoanAccount/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1+
### `LoanAccount` Class
2+
3+
#### Execution from the command line
4+
15
```
26
javac LoanAccount.java &&
37
java LoanAccount
48
```
59
```
6-
7-
810
Monthly payments for loan1 of $5000.00 and loan2 of $31000.00 for 3, 5, and 6 year loans at 1% interest.
911
Loan 3 years 5 years 6 years
1012
Loan1 141.04 85.47 71.58

0 commit comments

Comments
 (0)