Exercise 3: Building a Point of Sales (POS) using a linked list data structure. In a POS system, a transaction is based on items purchased by the customer. The following is an example of a customer transaction receipt, where the prices shown in the receipt are GST inclusive. RM 1072654 PAGODA GNUT 110G 1003376 HUP SENG CREAM CRAK 3158596 YIT FOH 2N1 KOPI-0 1 3173289 ZOELIFE S/N & SEEDS 1019929 GATSBY S/FO WET&HARD 4162999 GB W/G U/HOLD 150G SUBTOTAL 3.49 S 4.19 S 7.28 S 5.24 S 16.99 S 6.49 S 43.68 TOTAL (GST INCL) CASH ROUNDING ADJUSTMENTS CHANGE DUE 43.68 50.00 0.02 6.30 YOUR SAVINGS FOR TODAY 0.37

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
please help me..i did not find the suitable answer for it..but please dont copy it from internet..as it will not satisfied the number 3 activity. i tried to do the delete function so many time but it kept give me error.Thank you in advance.
Exercise 3: Building a Point of Sales (POS) using a linked list data structure.
In a POS system, a transaction is based on items purchased by the customer. The following is an example
of a customer transaction receipt, where the prices shown in the receipt are GST inclusive.
RM
1072654 PAGODA GNUT 110G
1003376 HUP SENG CREAM CRAK
3158596 YIT FOH 2N1 KOPI-O 1
3173289 ZOELIFE S/N & SEEDS
1019929 GATSBY S/FO WET&HARD
4162999 GB W/G U/HOLD 150G
SUBTOTAL
3.49 S
4.19 S
7.28 S
5.24 S
16.99 S
6.49 S
43.68
TOTAL (GST INCL)
CASH
ROUNDING ADJUSTMENTS
CHANGE DUE
43.68
50.00
0.02
6.30
YOUR SAVINGS FOR TODAY
0.37
GST - Rate -----GST Excl -- GST Amt
6%
41.21
2.47
Figure 1: Sample of POS transaction slip
Activity
1.
Write a linked list program using a struct that stores items (barcode, item name, price, and GST code) in
the transaction and all related functions.
2. Test the program by printing the items in the linked list (output as shown in Figure 1) up to Total only.
Delete an item from the linked list and show new output (total price of the transaction).
3.
Transcribed Image Text:Exercise 3: Building a Point of Sales (POS) using a linked list data structure. In a POS system, a transaction is based on items purchased by the customer. The following is an example of a customer transaction receipt, where the prices shown in the receipt are GST inclusive. RM 1072654 PAGODA GNUT 110G 1003376 HUP SENG CREAM CRAK 3158596 YIT FOH 2N1 KOPI-O 1 3173289 ZOELIFE S/N & SEEDS 1019929 GATSBY S/FO WET&HARD 4162999 GB W/G U/HOLD 150G SUBTOTAL 3.49 S 4.19 S 7.28 S 5.24 S 16.99 S 6.49 S 43.68 TOTAL (GST INCL) CASH ROUNDING ADJUSTMENTS CHANGE DUE 43.68 50.00 0.02 6.30 YOUR SAVINGS FOR TODAY 0.37 GST - Rate -----GST Excl -- GST Amt 6% 41.21 2.47 Figure 1: Sample of POS transaction slip Activity 1. Write a linked list program using a struct that stores items (barcode, item name, price, and GST code) in the transaction and all related functions. 2. Test the program by printing the items in the linked list (output as shown in Figure 1) up to Total only. Delete an item from the linked list and show new output (total price of the transaction). 3.
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Stack
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education