Design a program that asks the user to enter a charge account number. The program should determine

Question:

Design a program that asks the user to enter a charge account number. The program should determine whether the number is valid by comparing it to the following list of valid charge account numbers:image text in transcribed

These numbers should be stored in an array. Use the sequential search algorithm to locate the number entered by the user. If the number is in the array, the program should display a message indicating the number is valid. If the number is not in the array, the program should display a message indicating the number is invalid.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: