console application 1. Design and implement a C# console application to manage student records. Your application will read input data from a file (students.txt). This file will contain data in the following format: studentIdlastNamefirstNamegpa year 2. The year field will contain either freshman, sophomore, junior, senior or graduate. All other […]