Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

Using c++. After you finsih with the code then run the code and take a picture of the output and send me the output. Also

Using c++. After you finsih with the code then run the code and take a picture of the output and send me the output. Also put the code so I could copy the code. Make sure you put the picture of the output. Thank you.
image text in transcribed
image text in transcribed
You are to use Linked Lists to do this program The "XYZ Widget Store" receives shipments of widgets at various costs. The store's policy is to charge a 30% markup, and to sell widgets which were re eived earlier before widgets which were received later. This is called a First In First Out policy (FIFO) Wirite a program ualing linked iststhat reads in 3 typee of input data and does the following: widgets sold the receipt of a quantity of widgets at the stated cost per widget represent a 25% discount to the next 2 buying customers (the next 2 sales cards) A sales record which contains an "S" in column 1 and a quantity which represents the number of A receipt record which contains an "R" in column 1 and a quantity and a price which represents A promotion card which contains a "P in column 1 and a number such as 25 which would The program should... Print a message after each receipt record is read in with the price of the widgets received. Print a message after each promotion card is read in with the amount of discount the next two customers will be receiving. After a sales record is read in, print a message stating the number sold and the price of each widget and total price of the order. For example if 200 widgets were sold and there were 50 $1.00 and 100 at $2.00 and 50 at $3.00 prit (recall the 30% markup and the FIFO policy) widgets at 200 Widgets sold 50 at 130 each Sales: $65.00 100 at 2.60 each Sales: $260.00 50 at 3.90 each Sales: $195.00 Total Sales: $520.00 If there are insufficient number of widgets in stock to fill an order sell as many as are available and hen print... "remainder of xoox Widgets not available" Do not forget the promotional discount At the end of the data before exiting the program print out under a separate heading the widgets still left in stock and their original purchase price

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions