The transactions at a store are saved in a txt file with the following pre-specified format: SKU,Quantity,Price, Description 4039,50,0.99,SODA 9100,5,9.50,T-SHIRT 1949,30,110.00,JAVA PROGRAMMING TEXTBOOK 5199,25,1.50,COOKIE Write a program TransactionReport.java that prompts the user for the name of the input file, reads the transactions from the file, after skipping over the first line which is the header. The program then produces a transaction report by first computing the sale amount for each item as a product of the quantity and price, and then computing the total sale across all the items. Thus, the output produced by processing the above file is as follows. Input cmd: java Transaction Report Output: Please enter the transaction filename: Transactions.txt Sold 50 of SODA (SKU: 4039) at $0.99 each. Sale is $49.50 Sold 5 of T-SHIRT (SKU: 9100) at $9.50 each. Sale is $47.50 Sold 30 of JAVA PROGRAMMING TEXTBOOK (SKU: 1949) at $110.00 each. Sale is $3300.00 Sold 25 of COOKIE (SKU: 5199) at $1.50 each. Sale is $37.50 Total sales: $3434.50

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

Focus on writing the java code

The transactions at a store are saved in a txt file with the following pre-specified format:
SKU,Quantity, Price, Description
4039,50,0.99,SODA
9100,5,9.50,T-SHIRT
1949,30,110.00,JAVA PROGRAMMING TEXTBOOK
5199,25,1.50,COOKIE
Write a program TransactionReport.java that prompts the user for the name of the
input file, reads the transactions from the file, after skipping over the first line which is the
header. The program then produces a transaction report by first computing the sale amount for
each item as a product of the quantity and price, and then computing the total sale across all the
items. Thus, the output produced by processing the above file is as follows.
Input cmd:
java Transaction Report
Output:
Please enter the transaction filename: Transactions.txt
Sold 50 of SODA (SKU: 4039) at $0.99 each. Sale is $49.50
Sold 5 of T-SHIRT (SKU: 9100) at $9.50 each. Sale is $47.50
Sold 30 of JAVA PROGRAMMING TEXTBOOK (SKU: 1949) at $110.00 each. Sale is $3300.00
Sold 25 of COOKIE (SKU: 5199) at $1.50 each. Sale is $37.50
Total sales: $3434.50
Transcribed Image Text:The transactions at a store are saved in a txt file with the following pre-specified format: SKU,Quantity, Price, Description 4039,50,0.99,SODA 9100,5,9.50,T-SHIRT 1949,30,110.00,JAVA PROGRAMMING TEXTBOOK 5199,25,1.50,COOKIE Write a program TransactionReport.java that prompts the user for the name of the input file, reads the transactions from the file, after skipping over the first line which is the header. The program then produces a transaction report by first computing the sale amount for each item as a product of the quantity and price, and then computing the total sale across all the items. Thus, the output produced by processing the above file is as follows. Input cmd: java Transaction Report Output: Please enter the transaction filename: Transactions.txt Sold 50 of SODA (SKU: 4039) at $0.99 each. Sale is $49.50 Sold 5 of T-SHIRT (SKU: 9100) at $9.50 each. Sale is $47.50 Sold 30 of JAVA PROGRAMMING TEXTBOOK (SKU: 1949) at $110.00 each. Sale is $3300.00 Sold 25 of COOKIE (SKU: 5199) at $1.50 each. Sale is $37.50 Total sales: $3434.50
Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY