Description
This project simulates a simple e-commerce shopping cart. The user can add products and their prices, and the system calculates the total price of all products in the cart.
Technologies Used
C#
.NET Console Application
Lists and loops
Features
Add products to cart
Store product name and price
Calculate total price
Display cart items