here we will be discussing how it works, how to use it and providing example output This calculator takes in a value for name, budget and if you are a rewards member when prompted. It then generates a random reciept including tax, tax rate, price of three different items and the price rounded.
Glad you asked. After the system prompts the user for input the reciept calculator class does the heavy lifting. The random class randomizes all the output. Not before we check to see if the user is a rewards member. if they are they recieve 50 percent off! let me know what you think!