This is a console based Store Inventory Management System built in Java It allows users to manage products in a store by adding new products showing the full list of products applying discounts filtering by category and sorting by price The program is fully interactive with a menu driven design that makes it simple to use
The system demonstrates Object Oriented Programming concepts through the use of custom Product objects and includes features like product management price adjustments discount handling and real time interaction via the console Its design is simple yet flexible making it easy to extend with future features such as stock quantity search or saving data