Question: In visual Basic 2017 C# a. Create a program named WriteReadCustomerRecordApp b. Create WriteCustomerRecords Form that allows you to enter data for your businesss customers

In visual Basic 2017 C#

a. Create a program named WriteReadCustomerRecordApp

b. Create WriteCustomerRecords Form that allows you to enter data for your businesss customers and saves the data to a file.

c. Create a Customer class that contains fields for ID number, name, and current balance owed.

d. Create ReadCustomerRecords Form that reads the file created in (b), create objects of the class Customer, adds objects to the ListOfCustomers, and displays each customers data on the Form

e. Create a Form named FindCustomerRecords that prompts the user for a customer number and displays data for the specified record.

f. Create a Form named FindCustomerRecords2 that prompts the user for a minimum balance due and displays all the records containing a balance greater than or equal to the entered value.

g. Validate Input values and format Output results

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 Databases Questions!