Simulate the operation of a grocery store checkout

Assignment Help Data Structure & Algorithms
Reference no: EM133641586

Grocery Store Checkout

You MUST submit your work to Canvas by the due date. Late assignments are NOT accepted after the due date. You may turn in your assignment as early as you would like.

Write, run, and test a C++ program to simulate the operation of a grocery store checkout system. Your program should first build a data structure to contain information on all the products available in the store. Then the program should print the cash register receipt for each customer. You need to use the books code for any data structures that you will use. In this assignment you must use the books code for an unsorted list.

Input
The input for this program has two sources: the inventory information is input from a text file, and the customer transactions are input from the keyboard.

The information about each product carried by the store is listed on a single line in the inventory file "Invent.dat", in the following format:
<product number> <description> <price> <tax> where <product number> is a five-digit positive (nonzero) integer,
<description> is a string of at most 12 characters with no embedded blanks, <price> is a real number, and <tax> is a character ('T' if the product is taxable; 'N' if it is not taxable). The data in the inventory file is ordered from smallest to largest product number.
The customer transactions are input from the keyboard, in the following format:
<product number> <times>

where <product number> is as described above, and <times> is an integer in the range 1 to 100, indicating the quantity of this product desired. A zero input for <product number> indicates the end of the customer's order. (The store will soon be using a scanner to input the product number, but for now it is typed in by the cashier.)

Output
The program outputs should be written to a text file called "Receipts.out".

The inventory information is echo printed to the output file. (Echo means that the same output is printed on the console and printed to the output file)

The cash register receipt for each customer is written to the output file. The receipts should be nicely formatted, with the product description (not the product number), number of items, item price, and total price for each product printed on a single line. At the end of each customer's order, the subtotal for all items, amount of tax on taxable items, and total bill should be printed, clearly labeled. (The tax rate is 7.5% for taxable items.)

Processing
The program first reads in all of the inventory information from file "Invent.in", echo printing the information to the output file. The program then prompts the cashier to begin inputting the order for the first customer. This customer's order is processed, and the receipt is printed to the output file.

After each customer's order is processed, the program should ask the cashier if another customer is to be processed. If the answer is 'Y', the program sets up to process the next customer; if the answer is 'N', the program terminates with a friendly message.

Error Checking
The following input errors are possible and should be handled by an exception class:
Duplicate <product number> in inventory file. Write an error message to the output file and skip the second entry.

<Product number> not in inventory file. Write an error message on the receipt, ignore that product number, and continue with the next item.
<Times> not in the specified range. Write an error message to the output file, ignore that line, and continue with the next item.

Data Structures

The inventory information can be stored in an array or linked list of product records. Assume that the maximum number of distinct products is 50, for purposes of writing this program. You should specify this data structure as an ADT, as described in the book; define and implement a set of operations to encapsulate it. The ADT should be tested using a test driver.

Do not use anything that would require you to include the libraries algorithm.h or vector.h or similar. If you have any questions about this, let me know before submitting the assignment.

Remember that your code must be appropriately commented. You must use inline comments and block comments. (Your class member function comment blocks should be above your function declarations in your header file.)

Attachment:- Grocery Store Checkout.rar

Reference no: EM133641586

Questions Cloud

How does a mobile ecosystem compare to a natural ecosystem : Explain the ecosystem that makes up the mobile web. How does a mobile ecosystem compare to a natural ecosystem? How do mobile-device users leverage the cloud?
Explain how an auction to sell wells fargo consumer-facing : Explain how an auction to sell the Wells Fargo consumer-facing banking division might be used to determine the value of the division.
What is a tool used in collecting statistical data : What is a tool used in collecting statistical data on crime reporting? What are its strengths and weaknesses for reporting on victims
Identify at least one other possible market failure : Identify at least one other possible market failure that may be present in the cryptocurrency market. Is the failure due to moral hazard or adverse selection?
Simulate the operation of a grocery store checkout : Write, run, and test a C++ program to simulate the operation of a grocery store checkout system. Your program should first build a data structure
Simulate operation of a grocery store checkout system : CIS-65 Prgrming Cncpts/Method - C++, Shasta College - Simulate the operation of a grocery store checkout system and build a data structure
Calculate the expected gain or loss for a corporation : If yearly price of purchasing a network interruption insurance is $100,000, calculate the expected gain or loss for a corporation that purchase this insurance.
Discuss key insights about application of leadership theory : First, share and briefly discuss the two key insights about application of leadership theory that represent new learning as result of completing the project.
Discuss the ways you are going to seek to gain commitment : You are trying to get a friend or family member to purchase. What is role of timing in this approach? Discuss ways you are going to seek to gain commitment.

Reviews

Write a Review

Data Structure & Algorithms Questions & Answers

  An optimization technique concept

Write an Genetic Algorithm: An Optimization Technique Concept

  In addition make a flow-chart to show how to sort using one

there are many additional algorithms available. choose 2 sorting and 2 searching algorithms and describe them in

  Spreadsheet to compute projected total costs and profits

Prepare a spreadsheet to compute your projected total costs, total revenues, and total profits for giving seminar on cost estimating.

  What would ultimate result of algorithm

Single grain of wheat was to be placed on the first square of chess board, two on second, four on third, eight on the fourth, and so on, until all 64 squares had been filled. What would ultimate result of this algorithm have been?

  How to address the problem and who will be involved

How to address the problem and who will be involved. This helps to make data-driven decisions and utilize resources in the most effective way possible

  Prepare the pseudo code for given algorithm

They alternate: dark, light, dark, light, and so on. You want to get all the dark disks to the right-hand end, and all the light disks to the left-hand end.

  Test the efficiency of n successive calls

Implement an experiment, using techniques similar to those in section 4.1 to test the efficiency of n successive calls to the add method of an ArrayList

  Analyze the worst-case runtime of the new merge sort

Analyze the worst-case runtime of the new merge sort and compare the complexity of the original merge sort with the complexity of the new merge sort.

  Construct a hierarchical organization

Give efficient algorithm that will construct hierarchical organization, starting with given director such that percentage of information accurately communicated

  Contents of registers for independent memory-reference

Find out the contents of registers PC, AR, DR, AC, and IR for two independent memory-reference instructions below. Each instruction starts with given Initial values.

  Why is understanding algorithm efficiency so critical

Why is understanding Algorithm Efficiency so critical?

  Creating a home inventory database

Construct one query of your selection. Remember a query answers a question. As an example, list all household electronics that are greater in value than $200.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd