PPL - Assignment No 12
PPL - Assignment No 12
12
Problem Statement: Create class STORE to keep track of Products ( Product Code, Name
and price). Display menu of all products to user. Generate bill as per
Output :
Display Products
2.Add product to cart
3. Remove Product
4. View cart
5.Generate Bill
6. Exit
Enter your choice: 1
1 Milk 20
2 Wheat 300
3 Chocos 150
4 Biscuit 10
1. Display Products
2. Add product to cart
3. Remove Product
4. View cart
5. Generate Bill
6. Exit
Enter your choice: 2
Enter product code: 2
Added
1. Display Products
2. Add product to cart
3. Remove Product
4. View cart
5. Generate Bill
6. EXIT