Online Shopping Store - Programming Project - Assignment - Spring 2024
VerifiedAdded on 2019/09/16
|1
|332
|77
Project
AI Summary
This assignment requires the creation of an online shopping store program. The program must handle customer registration, assign unique IDs, and track purchase history to determine discount levels. It needs to manage a product inventory, display warnings for out-of-stock items, and calculate subtotals, discounts, taxes, and the final total. The program should generate a receipt and save it to a text file. Additionally, a manager function is required, protected by a password, which allows for viewing inventory and restocking products. The project emphasizes the use of classes, inheritance, and text files for data storage, and it should provide a user-friendly experience. The assignment also encourages referencing online store models like Amazon and Walmart for inspiration and requires the program to handle potential errors gracefully.






