Question: PROJECT NAME : E-STORE INFORMATION Problem Definition: Create and design a Python program that will determine a product, price, quantity, total amount etc. (i.e., Menu

  1. PROJECT NAME : E-STORE INFORMATION

Problem Definition:

  1. Create and design a Python program that will determine a product, price, quantity, total amount etc. (i.e., Menu Options)
  2. Demonstrate the concept of Python Program using Sequential, Selection and Loop Control Statement.
  3. Addition to the Python structure, you may apply the use of Python Function/Method or Python Module.
  4. Construct the Flowchart to show the program logic sequence.
  5. FINAL OUTPUT >>> At least 3 to 4 sample transaction.
  6. Herewith are the requirements:
    1. Store Name
    2. Name of Customer
    3. Address
    4. Contact Number
    5. List of Product to offer
    6. Price List
    7. Cash Amount
    8. Total Quantity of Product
    9. Total Amount to be paid.
    10. Changed
    11. ASCII ART for your Product
    12. Sample Output

OUTPUT:

FLOWCHART

PYTHON CODE

SCREENSHOT OF PYTHON CODE FROM PYTHON EDITOR

SCREENSHOT OF SAMPLE OUTPUT FROM PYTHON SHELL

MAXIMUM OF FOUR SAMPLE OF OUTPUT

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!