12:29
LTE
CS112_Project4_IO_changes 2 of 2
CSCI 112: Programming Project 4
Due Date: Sunday March 31 by 11:59 pm
If your program does not compile, you will not receive any points on this project. You will write a program to keep up with customers. In this project, the classes are Customer, Item, and Purchase. The Customer class has attributes for name and credit card number. The Item class has an attribute for item amount. The Purchase class has attributes for the date of purchase, a Customer object, a list of Items (the list can be an array or ArrayList), and a total amount for the Purchase items. The driver class, PDriver, should only have the main method. It should have a list of Purchases (again, the type of list can be an array or ArrayList, it's up to you). You will need to read through the provided text file and add the information to your list. Your program will need to allow the user to add items to a Purchase, display the items in a Purchase, or exit the program. Late programs will have points deducted per day late. If you do not submit your program, you will not receive any credit. If you need assistance, please ask for help.