Implement Scenarios Studenttxt Content Id Name Birthdate 01 Ali 1993 01 20 02 Ayse 1993 02 Q43786265
Implement below scenarios; “student.txt” content: Id;Name; BirthDate 01;Ali;1993-01-20 02; Ayse; 1993-02-22 03; Zeynep;1996 -05-14 Parse the “student.txt” content as rows and columns into .net DataTable class o Display the parsed result by using DataTable columns and rows Show transcribed image text Implement below scenarios; “student.txt” content: Id;Name; BirthDate 01;Ali;1993-01-20 02; Ayse; 1993-02-22 03; Zeynep;1996 -05-14 Parse the “student.txt” content as rows and columns into .net DataTable class o Display the parsed result by using DataTable columns and rows
Expert Answer
Answer to Implement below scenarios; “student.txt” content: Id;Name; BirthDate 01;Ali;1993-01-20 02; Ayse; 1993-02-22 03; Zeynep;1…
OR