Question: Create a program that creates a text file from user input with the following data, which is a list of tools, prices and quantities. There
Create a program that creates a text file from user input with the following data, which is a list of tools, prices and quantities. There should be 3 columns of data, including 1 String for toolName, 1 double for toolPrice, and 1 int for toolQty. Create a program which reads the data file created in Part 1, and displays it as a table report with headings and a 4^th calculated column. Also, after the table is printed, include a sum of the Ext. Price at the end, an average of the Price column, and a count of the Qy of items. Sample output: Total of Ext Price: exist999.99 Average Single Item Price: exist99.99 Count of all items Qty: 99
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
