Java Code for SKU Service, where user can provide SKU data and Promotion Data and get the resultant total out
This is the handler file, only running this file would fetch the result. no values are required to be passed to this call, the program would prompt for user entry required choice can be made on the same.
This folder consists of the Promotion data in text format and the SKU data in text format the SKU data can also be given on the running stage so that the user has full privilage of the system.
These are set of files which handles multiple separate operation of indivisual Elements These operations are specific to itself and loosely coupled
This is the getter and setter for SKU data as that one of the basic data required for the complete process.
When the index.java file is complied and executed, here are the expected way the program should react.
Promotional Data can be updated in file.promotion below showed data is the compiled version of the promotion
User to enter the items brought, the items should match the SKU items or the items would be rejected
==============================================================