You are on page 1of 1

Performance Task 2: Point of Sale

1. Mr. Denrich owner of DENRICH SARI-SARI STORE WITH FRIENDS AT IBAPA ask Mark a
programmer to develop a Point of Sale for his store.
2. Mark prepared an Algorithm and pseudocode to analyze the flow of the program. He
also prepared a flowchart for the point of sale.

Mark used the following variables:

ProductCode, Description, Quantity, UnitPrice, SellingPrice, TotalAmount, SalesIncome

3. Mark Create a C++ Program for the store of denrich.


4. Mark test the program.

Use the following formula:

TotalAmount = (Quantity * SellingPrice)

SalesIncome = ((SellingPrice - UnitPrice)*Quantity)

You might also like