Question: Write a program that will record the purchases made at a store. For each purchase, read from the keyboard an items name, its price, and
Write a program that will record the purchases made at a store. For each purchase, read from the keyboard an item’s name, its price, and the number bought. Compute the cost of the purchase (number bought times price), and write all this data to a text file. Also, display this information and the current total cost on the screen. After all items have been entered, write the total cost to both the screen and the file. Since we want to remember all purchases made, you should append new data to the end of the file.
Step by Step Solution
3.25 Rating (163 Votes )
There are 3 Steps involved in it
public class RecordASale Creates a new instance of RecordASale public RecordASale param args the com... View full answer
Get step-by-step solutions from verified subject matter experts
