AY1920S1-CS2113T-F09-1 / main

Duke$$$ is a Command Line based Financial Tracker Assistant
0 stars 5 forks source link

New feature that shows major expenses in the wallet #269

Closed ghost closed 5 years ago

ghost commented 5 years ago

image Given the above list of receipts, [majorexpense] will print receipts 4,5,6 (all receipts above/equal to $100) [majorexpense] <40> will print receipts 3,4,5,6 (all receipts above/equal to $40)

Handled exceptions and added jUnit tests as well