This exercise is for a simplified supermarket cash register system. The normal procedure  for using the cash register is as follows: • A customer arrives at the checkout with items to pay. • The cashier records the identification number of each item, as well as the quantity  if it is greater than one. • The checkout displays the price of each item and its description. • When all purchases are recorded, the cashier signals the end of the sale. • The cash register displays the total purchases. • The customer chooses his method of payment: ✓ cash: the cashier collects the money received; the cashier indicates the  currency to be returned to the customer; ✓ check: the cashier checks the creditworthiness of the customer by  transmitting a request to an authorization center

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter5: Control Structures Ii (repetition)
Section: Chapter Questions
Problem 20PE: When you borrow money to buy a house, a car, or for some other purpose, you repay the loan by making...
icon
Related questions
Question

This exercise is for a simplified supermarket cash register system. The normal procedure 
for using the cash register is as follows:
• A customer arrives at the checkout with items to pay.
• The cashier records the identification number of each item, as well as the quantity 
if it is greater than one.
• The checkout displays the price of each item and its description.
• When all purchases are recorded, the cashier signals the end of the sale.
• The cash register displays the total purchases.
• The customer chooses his method of payment:
✓ cash: the cashier collects the money received; the cashier indicates the 
currency to be returned to the customer;
✓ check: the cashier checks the creditworthiness of the customer by 
transmitting a request to an authorization center via the cashier;
✓ credit card: a bank terminal is part of the cash register. It transmits an 
authorization request to an authorization center according to the type of 
card.
• The cash register registers the sale and prints a receipt.
• The cashier gives the customer the receipt.
After the items have been entered, the customer can present discount coupons for certain 
items to the cashier. When payment is completed, the checkout transmits information on 
the number of items sold to the inventory management system.
Every morning, the store manager initializes the cashes register for the day. 

Ques: Write an essential detailed description of the main use case: PROCESS CHECKOUT. (See Textual Use Case Description Example in 7. Modeling with UML Part 2, slide 10).

Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Computational Systems
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
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr