PPT Slide
Module: Find Customer Name
Purpose: Find a customer in the database and return their name and whether or not their account is okay.
Returns: CustomerName, AccountFlag
1. Find customer in database using the account number.
2. Check whether the account is valid or not depending on its balance (1 if valid, 0 if not).