Question: Code this in VISUAL STUDIO 2 0 2 2 / VISUAL BASIC 2 0 2 2 VB . NET Include the inputs and outputs for

Code this in VISUAL STUDIO 2022/VISUAL BASIC 2022 VB.NET
Include the inputs and outputs for this program
explain the GUI, (textboxes, radio buttons)
Explain the steps of the program, what the user would do in the situation, (Input their Name etc)
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) all
customers, b) customers with the Silver membership, c) customers with the Gold membership,
and d) customers with the Platinum membership. Your program should provide 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!