Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 379 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 379 Bytes

Balance Calculator Java Application

Description: Balance calculator between two .csv files:

  • clients.csv - list of clients and their initial balance (in EUR)
  • transactions.csv - list of transactions which have taken place

Currency has a conversion rate of 1.1 USD to 1 EUR.

The Application reads the two csv files and generates another file with the clients final balance.