2. Problem 2: Product ID Numbers saved Problem Description In this second problem, you will build on and extend the program created while solving the first problem. You will be expected to isolate both the product id number and company number from the barcode number of the item to be purchased by the customer. Input You will receive (from the user) the following as input (in order) • The first and last name of the customer (eg, Eric Poitras) • The item to be purchased, identified through a barcode number (eg, 1909238092) • The cost of the item to be purchased by the customer (eg, 8.50) • The cash amount given by the customer (eg. 10.00) Processing 1. Extract the product id and company id numbers 2. Print the data stored in each variable in the corresponding format andano 1. Customer (Last, First): (LAST) (FIRST) 2 Item Number (Product, Company): (PRODUCT) (COMPANY} 3. Item Cost: (COST) 4. Cast Amount: (CASH) Examples Input Output Eric Poitras Customer (Last, First): Poitras Eric 1909238092 tem Number (Product, Company): 8092 19092 8.50 tem Cost: 850 10.00 Angela Siegel 1909238095 Cash Amount 10.00 Customer (Last, First): Siegel Angela tem Number (Product, Company): 8095 19092 75 tem Cost: 7.50 10.0 Cash Amount: 10.00

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
Assignment 1/
Reset to Starter Code
2. Problem 2: Product ID Numbers Saved
Problem Description
In this second problem, you will build on and extend the program created while solving the first problem. You will be expected to isolate both the product id number and company number from the barcode number of the item to be purchased by the customer.
Input
You will receive (from the user) the following as input (in order):
• The first and last name of the customer (e.g., Eric Poitras)
• The item to be purchased, identified through a barcode number (e.g., 1909238092)
• The cost of the item to be purchased by the customer (e.g., 8.50)
• The cash amount given by the customer (e.g., 10.00)
Processing
1. Extract the product id and company id numbers
2. Print the data stored in each variable in the corresponding format
Output
1. Customer (Last, First): {LAST} {FIRST}
2. Item Number (Product, Company): {PRODUCT} {COMPANY}
3. Item Cost: (COST}
4. Cast Amount: {CASH}
Examples
Input
Output
Eric Poitras
Customer (Last, First): Poitras Eric
1909238092
Item Number (Product, Companyl: 8092 19092
8.50
Item Cost: 8,50
Cash Amount: 10.00
Customer (Last, First): Siegel Angela
10.00
Angela Siegel
1909238095
Item Number (Product, Company): 8095 19092
7.5
Item Cost: 7.50
10.0
Cash Amount: 10.00
v Grading 2
Save
Ru
Problem2 Java
O New
I Full Screen
Transcribed Image Text:Assignment 1/ Reset to Starter Code 2. Problem 2: Product ID Numbers Saved Problem Description In this second problem, you will build on and extend the program created while solving the first problem. You will be expected to isolate both the product id number and company number from the barcode number of the item to be purchased by the customer. Input You will receive (from the user) the following as input (in order): • The first and last name of the customer (e.g., Eric Poitras) • The item to be purchased, identified through a barcode number (e.g., 1909238092) • The cost of the item to be purchased by the customer (e.g., 8.50) • The cash amount given by the customer (e.g., 10.00) Processing 1. Extract the product id and company id numbers 2. Print the data stored in each variable in the corresponding format Output 1. Customer (Last, First): {LAST} {FIRST} 2. Item Number (Product, Company): {PRODUCT} {COMPANY} 3. Item Cost: (COST} 4. Cast Amount: {CASH} Examples Input Output Eric Poitras Customer (Last, First): Poitras Eric 1909238092 Item Number (Product, Companyl: 8092 19092 8.50 Item Cost: 8,50 Cash Amount: 10.00 Customer (Last, First): Siegel Angela 10.00 Angela Siegel 1909238095 Item Number (Product, Company): 8095 19092 7.5 Item Cost: 7.50 10.0 Cash Amount: 10.00 v Grading 2 Save Ru Problem2 Java O New I Full Screen
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Concept of pointer parameter
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