
Create a class called Employee with member variables employeeId, employeeDept and employeeSalary.
Create a method called setEmployeeDetails with three parameters to set the employee details.
Create another method called print to display the employee details in below format:
"Employee E001 is working in Java department and salary is 10000".
Instantiate the Employee class and invoke the setEmployeeDetails and print method.
Document your code and follow naming conventions.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.