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!"

icon
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!"
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
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 5 images

Blurred answer