I am making an application that will read an input in a textfile.In the data, each line contains an employee id, gross income and numchildren. I need to use string tokenizer to separate those information..Here's my program..my program works..but then it shows a different output.I cant figure out whats wrong..It reads the text on the textfile but it is not passed on the employee id and etc..Pls help me....Thank You!
/October 10, 2005 //This program is the application for the employee worker class
Francis, As per the program u have posted here, I dont see u doin anything with the data that u have read from the file. U r just priting it on screen with SOP. U have neither passed the values to Employee class nor have u processed that data in this program itself.