Draw a flowchart and pseudocode for the Homestead Furniture Store that gets each of the following:
Output the account number and name, then output the customer's payment each month for the next 12 months. Assume that there is no finance charge, that the customer makes no new purchases, and that the customer pays off the balance with equal monthly payments.
This program should execute continuously for any number of customers until a sentinel value is supplied for the account number.
Make a working version of this program in Python.
Complete the flowchart and pseudocode using draw.io. Include your pseudocode by adding a "square shape" next to your flowchart and populating it with your pseudocode for the program. Export your work in PDF format