In C# a. Create a program named WriteCustomerRecords that allows you to enter da
ID: 3832256 • Letter: I
Question
In C#
a. Create a program named WriteCustomerRecords that allows you to enter data for your business's customers and saves the data to a file.
Create a Customer class that contains fields for ID number, name, and current balance owed.
b. Create a program named ReadCustomerRecords that reads the file created in Exercise 4a and displays each customer's data on the screen
c. Create a program named FindCustomerRecords that prompts the user for a customer number, reads the file created in Exercise 4a, and
displays data for the specified record.