great masters, i am in desperate need of help. i have a text file like this:
(employee.txt)
john,a100,1
bob,a200,2
chris,a300,3
i need a very small program that when i enter an employee number(ex. "a200"), it will display the name and number on the same line. thanks.