Can you create the pseudocode and a flowchart (this is for a python program) that:
- Use an array to prompt the user to enter a credit card account number
- Use the sequential search algorithm to locate the credit card number entered by the user
- If the credit card number is not in the array, display a message indicating the number is invalid
- If the credit card number is in the array, display a message indicating the credit card number is valid