Answered step by step
Verified Expert Solution
Question
1 Approved Answer
In Java pls! Task: You will need to develop a system that can track employee information for two Organizations (Google and Microsoft). General view of
In Java pls!
Task: You will need to develop a system that can track employee information for two Organizations (Google and Microsoft). General view of what your system should be able to do: - Add employees to the system, the employee must be working for one of the companies in the system (Google and Microsoft). - Update employee's information. - Print employee's information. - Print the number of all employees of a specific company. - Print the number of all employees in the system (in both companies). Caller class: The caller class must create instances of the Employee class and be able to comply to the general view of the system above (adding employees, and displaying employee information, etc.). Test Run Welcome to the Employee Management System 1.0 Please enter \#1 employee's name: John Wick Please enter \#1 employee's gender: male Please enter \#1 employee's job title: Software Engineer Please choose an organization for employee \#1 as a number (1: Google, 2: Microsoft): 1 Please enter \#1 employee's birthday (Formet MM/DD/YYYY): 12/13/1234 Thank you... :) Please enter \#2 employee's name: Katniss Everdeen Please enter \#2 employee's gender: female Please enter \#2 employee's job title: Android Developer Please choose an organization for employee \#2 as a number (1: Google, 2: Microsoft): 4 The organization you entered is not in the system, please choose either 1 or 2: 1 Please enter \#2 employee's birthday (Formet MM/DD/YYYY): 122/23/54 Thank you... :) Please enter \#3 employee's name: Jack Sparrow Please enter \#3 employee's gender: male Please enter \#3 employee's job title: Pirate Please choose an organization for employee \#3 as a number (1: Google, 2: Microsoft): 2 Please enter \#3 employee's birthday (Formet MM/DD/YYYY): 123/27/1232 Thank you... :) \#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\# stats \#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\# Total number of employees in the system is: 3 Microsoft: 1 Google: 2 .:.A:.: Priniting all employees in the system .:.A:.. EID: 317183082 Name: John Wick Gender: male Job Title: Software Engineer Organization: Google Birthday: 12/13/1234 EID: 1940766990 Name: Katniss Everdeen Gender: female Job Title: Android Developer Organization: Google Birthday: 122/23/54 EID: 1056230567 Name: Jack Sparrow Gender: male Job Title: Pirate Organization: MicrosoftStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started