ManNguyen-JaroopExercise

In this exercise, I create a simple TransactionProgram that allow user to deposit, withdraw, and get balance. The Program used jsoup library (found at https://jsoup.org/) to easily transverse the Html file.The Jar is included in the project

To Build: javac -cp jsoup.jar transactionprogram/*.java

To Run: java -cp jsoup.jar; transactionprogram.TransactionProgram