The document describes a program that allows customers to be added, their information edited, and their information displayed. It includes the following functions:
1. ADD() - Allows a customer's first name, item name, price, quantity, total amount, and discounted amount to be input and calculated based on quantity and price. Different discount rates are applied based on total amount.
2. EDIT() - Displays all customer information and allows editing of a selected customer's first name, item name, quantity, or price.
3. Display() - Displays all customer information and allows returning to the main menu or exiting.
Related topics: