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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started