Get data from notepad and display it.
Asked By
10 points
N/A
Posted on - 04/05/2012

I need a little help in java programming. I will be using in my payroll system. I need a program in java who will let the user enter an employee code then all of the information about the employee having that code will appear. The program will get the information from a notepad file.
Example:
Enter Employee code: 110011
(If I enter the code the information of the employee who have that code will appear)
Employee name: John S.
Age:20
Position:Secretary
Rate per hour: 5.00$
Country: USA
I'll just want a sample code as my reference. Thanks
