Need your help on this one:
If I have a text file or notepad file like this one:
Student.txt (with data like this)
ST-0001, Eddie_VanHalen, 1
ST-0002, James_Hatfield, 2
ST-0003, Kurt_Cobain, 3
ST-0004, Marilyn_Manson, 4
How will I display these records on the screen if a user input its student number like this:
-----------------------------------------
Input Student No.: ST-0001
-----------------------------------------
... then it will automatically display like this (or the OUTPUT):
-----------------------------------------
Student No.: ST-0001
Student Name: Eddie VanHalen
Student Level: 1
-----------------------------------------
Thanks a lot Sir/Ma'am...
Edited by madmhan84, 03 May 2011 - 04:03 PM.