Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 665 Bytes

File metadata and controls

12 lines (8 loc) · 665 Bytes

Welcome to the overview of my random receipt generator!

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.

How does it work?

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!