##Problem Description
This application generates Receipts for you on the basis of your shopping basket.
It takes into consideration the base price and also calculates the sales tax and/or import duty applied on each Goods.
The following is the magnitude and percentage it considers:
Basic sales tax is applicable at a rate of 10% on all goods, except books, food, and medical products that are exempt. Import duty is an additional sales tax applicable on all imported goods at a rate of 5%, with no exemptions.
Java 1.7 or higher Apache Ant
##Build and automate the test
Run this command
ant
##Run the receipt generator
Coming Soon :)