Working with Formatted Text
- Suppose we are given a text file of
mentee/mentor in CSIE.
- Each line consists of three columns
- Student ID
- Student Name
- Mentor
- Write a program to analyze this file and show the statistics as
follows.
Note: Sort students according to their student id.