From 938427dace1a9622a55e3f81845fb82af697d001 Mon Sep 17 00:00:00 2001 From: Kamal Wickramanayake Date: Fri, 20 Mar 2026 22:48:14 +0530 Subject: Added 11-point-of-sale sample application --- oop/11-point-of-sale/docs/01-requirements.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 oop/11-point-of-sale/docs/01-requirements.txt (limited to 'oop/11-point-of-sale/docs/01-requirements.txt') diff --git a/oop/11-point-of-sale/docs/01-requirements.txt b/oop/11-point-of-sale/docs/01-requirements.txt new file mode 100644 index 0000000..4f99432 --- /dev/null +++ b/oop/11-point-of-sale/docs/01-requirements.txt @@ -0,0 +1,7 @@ +A POS system needs to be created. A customer comes to the cashier and the +cashier takes items from the cart and enters the item ids into the system. For +each item type, the system asks the number of items to be purchased. The +system creates a bill and adds line items to it. At the end, the total is +calculated and the tax should be added. The system should ask to enter the +amount of money the customer would give. The system should print the entire +bill with the balance to be given back to the customer. -- cgit v1.2.3