You will code, build, and execute a program that creates an address database using a sequential text file in Comma Separated Value (CSV) format. Learning Outcomes Continue using a menu system with a console application. Read and write a sequential text file. Generate output records in CSV format. Parse CSV formatted input records and display the results.
Program Listing and Output