Parsing the file for student informationThe input is as follows: FNAME: Andrew MINIT: S LNAME: Yu ID: 912345678 USER: auy77 CMPSC121-002...
Parsing the file for student informationSo I was thinking to read the title line for the lecture, then skip whitespace and use peek() to loo...
Parsing the file for student informationI have written the code so far but i am stuck with how to get the output , which i have pasted. Plea...