Cashier 1.0 is a C++ program that displays on the screen "Sweet and minty Lollipops! How many would you want to buy?" Then, the user enters the quantity. Moreover, it displays the text, "You have bought [quantity] Sweet and minty Lollipops! Please pay, PhP [Amount due]. →" Then, the user will enter the amount of cash. Finally, it will display a summary of the transaction by displaying the amount due, amount of cash and the change. Each lollipop costs Php 5.00. Sample Run: Welcome to Lollipops Factory! Sweet and minty Lollipops! How many would you want to buy? 7 You have bought 7 Sweet and minty Lollipops! Please pay, PhP 35.00. 100 Please examine the transaction details below: Amount Due(VAT inclusive) Php 35.00 VAT(12%): PhP 3.75 VATable Amount: PhP 31.25 Amount of Cash: PhP 100.00 Change: Php 65.00 "Thanks and enjoy our lollipops!"
Cashier 1.0 is a C++ program that displays on the screen "Sweet and minty Lollipops! How many would you want to buy?" Then, the user enters the quantity. Moreover, it displays the text, "You have bought [quantity] Sweet and minty Lollipops! Please pay, PhP [Amount due]. →" Then, the user will enter the amount of cash. Finally, it will display a summary of the transaction by displaying the amount due, amount of cash and the change. Each lollipop costs Php 5.00. Sample Run: Welcome to Lollipops Factory! Sweet and minty Lollipops! How many would you want to buy? 7 You have bought 7 Sweet and minty Lollipops! Please pay, PhP 35.00. 100 Please examine the transaction details below: Amount Due(VAT inclusive) Php 35.00 VAT(12%): PhP 3.75 VATable Amount: PhP 31.25 Amount of Cash: PhP 100.00 Change: Php 65.00 "Thanks and enjoy our lollipops!"
Related questions
Question
Using C++, please consider putting comments on the code to help me understand it better. Thank you!
![Description:
Cashier 1.0 is a C++ program that displays on the screen "Sweet and minty Lollipops!
How many would you want to buy?" Then, the user enters the quantity. Moreover, it
displays the text, "You have bought [quantity] Sweet and minty Lollipops! Please pay,
PhP [Amount due]. →" Then, the user will enter the amount of cash. Finally, it will
display a summary of the transaction by displaying the amount due, amount of cash and
the change.
Each lollipop costs PhP 5.00.
Sample Run:
Welcome to Lollipops Factory!
Sweet and minty Lollipops! How many would you want to buy? 7
You have bought 7 Sweet and minty Lollipops! Please pay, PhP 35.00. →100
Please examine the transaction details below:
Amount Due(VAT inclusive)
Php 35.00
VAT(12%):
PhP 3.75
VATable Amount:
PhP 31.25
Amount of Cash:
PhP 100.00
Change:
Php 65.00
"Thanks and enjoy our lollipops!"](/v2/_next/image?url=https%3A%2F%2Fcontent.bartleby.com%2Fqna-images%2Fquestion%2Fe9fed095-b849-4e00-aede-52755f9cb885%2Fbacdb42b-74d8-4e50-91b2-224cb260043a%2Ftp9uagh_processed.png&w=3840&q=75)
Transcribed Image Text:Description:
Cashier 1.0 is a C++ program that displays on the screen "Sweet and minty Lollipops!
How many would you want to buy?" Then, the user enters the quantity. Moreover, it
displays the text, "You have bought [quantity] Sweet and minty Lollipops! Please pay,
PhP [Amount due]. →" Then, the user will enter the amount of cash. Finally, it will
display a summary of the transaction by displaying the amount due, amount of cash and
the change.
Each lollipop costs PhP 5.00.
Sample Run:
Welcome to Lollipops Factory!
Sweet and minty Lollipops! How many would you want to buy? 7
You have bought 7 Sweet and minty Lollipops! Please pay, PhP 35.00. →100
Please examine the transaction details below:
Amount Due(VAT inclusive)
Php 35.00
VAT(12%):
PhP 3.75
VATable Amount:
PhP 31.25
Amount of Cash:
PhP 100.00
Change:
Php 65.00
"Thanks and enjoy our lollipops!"
Expert Solution

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution!
Trending now
This is a popular solution!
Step by step
Solved in 2 steps with 5 images
