Question: Design and develop a Visual Basic program to maintain a table of data on customers. For each customer, the following data should be maintained: ID

Design and develop a Visual Basic program to maintain a table of data on customers. For each customer, the following data should be maintained: ID, last name, first name, street, city, state, zip code, region (i.e., Northeast, Midwest, South, and West, based on State), membership type (i.e., Silver, Gold, or Platinum), and year-to-date (YTD) purchases. (Note: Your program should use ARRAYS to hold the data on customers.) Your program should allow new customers to be
added to the table. Your program should provide the functionality to display data about: a) customers in the Northeast region, b) customers in the Midwest region, c) customers in the South region, and d) customers in the West region.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!