Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 341 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 341 Bytes

Given a client makes a deposit of 1000 on 10-01-2012

And a deposit of 2000 on 13-01-2012

And a withdrawal of 500 on 14-01-2012

Results

date || credit || debit || balance
14/01/2012 || || 500.00 || 2500.00
13/01/2012 || 2000.00 || || 3000.00
10/01/2012 || 1000.00 || || 1000.00