Customer Entry
Your business needs a program to enter basic information about your customers.
1. PSEUDOCODE: Write the pseudocode that:
a. Prompts you to enter the customer's name.
b. Prompts you to enter the customer's address.
c. Asks is you would like to enter another customer.
d. If you respond "yes", the program loops and repeats steps 1 through 3.
Your pseudocode can be submitted by pasting it into the Submission screen or attaching it as a text file or Word document.
2. PYTHON PROGRAM: Write the Python program for this problem using the Python IDLE editor.