Hello everyone! I have a task to create a console app in C# that is due tomorrow so I need some help. It requires me to create a program that will accept a text file as an input. It has this format: 143, 12, 2013-11-01, 2014-01-05 (employeeID, projectID, DateFrom, DateTo)
I have the following code that prompts the user to enter the path of the file. Now I need to create a code that finds and displays the pair of employees that have worked...