Assignment June 24 17.06.08
Loops, Arrays, Structure
Design and develop a windows application that will read a custome file(sequential) called “customer.txt” when the program starts. It would display Customer ID in a list box and when a user selects a customer ID, it would display customer details in the appropiate textboxes (i.e.,customer name, street address, city and state, zip code and telephone number). Program should allow a user to be able to update all parts of customer information (other than customer ID) and save it back to the text file.
Create a customer.txt file to work with program.



