https://github.com/irpcode/onlineretail-system
https://github.com/irpcode/onlineretail-system
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/irpcode/onlineretail-system
- Owner: IRPCode
- Created: 2024-02-01T18:14:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-01T18:18:36.000Z (over 2 years ago)
- Last Synced: 2025-04-04T16:36:22.705Z (about 1 year ago)
- Language: Java
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a program that shows how a linked list can be used inside of a Java application.
The program runs, and asks the end user if they would like to select a number from one through three.
Option one allows for the user to go through a process that adds a customer's name, order ID, and order total to the linked list.
Option two allows for the user to select an order ID to remove a customer from the linked list.
Option three allows the user to print out the results of the database, and terminate the program.
Here is an example of the program running:
