Ask the user for three employees. Store the data into three employee object. Display those employees in a table. on this program make 2 files, one is Employees.java and the one has a Main.
write in java and use test case 1 as an example.
Extracted text: Test Case 1 -- Employee Entry Form \n -- Enter name \n Bill Gates ENTER Enter ID \n 1234 ENTER Enter department \n Engineering ENTER Enter position \n Engineer ENTER -- Employee Entry Form \n Enter name \n Elon Musk ENTER Enter ID \n 4443 ENTER Enter department \n Business ENTER Enter position \n CEO ENTER -- Employee Entry Form \n -- Enter name \n Steve Jobs ENTER Enter ID \n 9999 ENTER Enter department \n Creative ENTER Enter position \n Designer ENTER Position \n Engineer \n CEO \n Name ID Department Bill Gates 1234 Engineering Elon Musk 4443 Business Steve Jobs 9999 Creative Designer \n
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here