Assignment 5 - 6
Assignment 5 - 6
In this assignment, you will be implementing a program that use array to Store and Process Data from file
and you will write few methods
Attached the file “Employee.txt” which contains ids, names and the salary of 5 employees.
Part 1:
1. Create a java project named EmployeeApp.
2. Create a new class named Employee with the following private data fields: id, name, salary.
3. Add constructors, getters and setters.
Part 2:
In main method:
In main Method: