Payroll and MicroBank Project
This repo has two different projects in it.
The first is Payroll, where you have to write some code that sorts thru a series of inputs and produces a payroll report.
The second is MicroBank, where you take in a series of debits and credits and produce an account balance.
In each project subfolder, whether Payroll/ or MicroBank/, you will find a .jsh and a .py file for that project. Java should use the .jsh and Data should use the .py files in each.
Go into the java/ or python/ folders, read the README.md file, and work up your solutions.