Question: A java console application (simply displays in the eclipse console) that does the following: Contains a main class, jobs class, students class, and recruiter class.

A java console application (simply displays in the eclipse console) that does the following:

Contains a main class, jobs class, students class, and recruiter class. When the program runs, it must give a menu option of signing up or logging in. If the user signs up, they must indicate if they are a student or recruiter. If they indicate that they are a student, they must provide the program with a randomly generated ID, first name, last name, an email that must end in .edu, and a password. This information must be stored and saved in a student array list.

If they indicate they are a recruiter, they must provide the program with a randomly generated ID, first name, last name, an and a password. This information must be stored and saved in a recruiter array list.

Once the student is signed in, they will have the following options:

[1] view current jobs

[2] apply to job

[3] view all other students

[4] view recruiters

Once the recruiter is signed in, they will have the following options:

[1] view jobs

[2] post jobs

[2] view applicants

[3] view all other recruiters

Finally, when a recruiter wishes to post a job, they must take in the following parameters -- job title, job location, job id, job description. This information must be stored in a job array list.

I will make sure to rate well, thank you so much!

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!