Skip to content

Commit

Permalink
docs(atm-management): fix error on pourcentages
Browse files Browse the repository at this point in the history
  • Loading branch information
mikysett committed Aug 24, 2023
1 parent abdd171 commit e29964a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions subjects/atm-management-system/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ The following features must be implemented by yourself.
3.2. If the account is either `savings`, `fixed01`, `fixed02` and `fixed03` the system will display
the information of that account and the interest you will acquire depending on the account:

- savings: interest rate 0.07%
- fixed01(1 year account): interest rate 0.04%
- fixed02(2 year account): interest rate 0.05%
- fixed03(3 year account): interest rate 0.08%
- savings: interest rate 7%
- fixed01(1 year account): interest rate 4%
- fixed02(2 year account): interest rate 5%
- fixed03(3 year account): interest rate 8%
- If the account is current you must display `You will not get interests because the account is of type current`

For example: for an account of type `savings` with a deposit date of `10/10/2002` and an amount of `$1023.20` the system will show `"You will get $5.97 as interest on day 10 of every month"`.
Expand Down

0 comments on commit e29964a

Please sign in to comment.