Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Principles Of Database Systems With Internet And Java Applications

Authors: Greg Riccardi

1st Edition

020161247X, 978-0201612479

More Books

Students also viewed these Databases questions