https://github.com/ezzeddinp/java-bread-ordering-system
A simple Java console application for ordering and managing bread inventory. Includes features for adding new bread items, viewing the bread list, and deleting items by name. Implements basic validation for bread names, types, and prices. Developed as part of a college programming lesson.
https://github.com/ezzeddinp/java-bread-ordering-system
abstract-interpretation constructor for-loop-in-java java-lesson switch-case
Last synced: 2 months ago
JSON representation
A simple Java console application for ordering and managing bread inventory. Includes features for adding new bread items, viewing the bread list, and deleting items by name. Implements basic validation for bread names, types, and prices. Developed as part of a college programming lesson.
- Host: GitHub
- URL: https://github.com/ezzeddinp/java-bread-ordering-system
- Owner: ezzeddinp
- License: apache-2.0
- Created: 2024-01-28T06:22:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-28T06:24:22.000Z (over 1 year ago)
- Last Synced: 2025-02-02T06:41:35.550Z (4 months ago)
- Topics: abstract-interpretation, constructor, for-loop-in-java, java-lesson, switch-case
- Language: Java
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# java-bread-ordering-system
A simple Java console application for ordering and managing bread inventory. Includes features for adding new bread items, viewing the bread list, and deleting items by name. Implements basic validation for bread names, types, and prices. Developed as part of a college programming lesson.