CS 3330 Homework 3
Authors: Blake Simpson, Ethan Alexander, Jonathan Hatfield, Brian Bluhm
To run this you will need to use Eclipse with Java 21
When ran successfully, the program will take a file inventory.csv that represents the music product inventory for a shop and perform different actions on them. The program will allow the user to perform these actions:
- Update an items price.
- Add a new music product item to the inventory.
- Remove an exisiting music product item from the inventory.
- Get a list of music products below a certain price.
- Show a list of the different types of musical mediums inventory including Vinyl, CD, and Tape.
- Show a list of all products in inventory
- Save all changes made to the inventory.csv file