0
Answer

C# Homework

Ask a question
Gene Tizdeath

Gene Tizdeath

10y
1.9k
1
I am completely lost in my C# class and need some help. Here are the program specs, i just don't even know where to start. Thanks

Create an application containing a large wide List box control, a Read button, and an Exit button.

Selecting the Read button shall cause the contents of the CH21_EmployeeData.txt file to be read from your project's default folder. The text file is tab delimited, is located in
Student Files\COP 2360 Murach C# 2012, and must be copied to your project's default subfolder and used as is. The file does contain a column header line.

Read the file into parallel string arrays corresponding to the columns in the file. After reading the file, close it. Display the contents of the file in the parallel arrays, including column titles, in the List box formatted using the Format() method described in Figure 9-10 of the textbook. Left and right align columns according to convention for their type of data.

Write the contents of the file in the parallel arrays, including column titles, to a file named CH21_EmployeeDataOut.txt created in your project's default folder. Delimit the columns with the pipe (|) symbol. Each employee to one line of output to the file.

Adhere to the following good programming practices. Points may be deducted.