This is a Mini E-Commerce System built in Java. The system allows users to view a menu of items with their prices, select multiple items, calculate the total price, apply discounts if applicable, and print a clear receipt. The project demonstrates the use of arrays, loops, conditional statements, switch cases, and methods in Java.