Answered step by step
Verified Expert Solution
Question
1 Approved Answer
------------------- employees.txt--------------------- Job ID,Employee ID,First Name,Last Name 1,90000123,John,Jones 2,90012342,Crystal,Konrad 3,90006783,Tim,Duncan 4,90001234,Brittany,Willis For this assignment, you are tasked with the responsibility of building the framework for
-------------------employees.txt---------------------
Job ID,Employee ID,First Name,Last Name 1,90000123,John,Jones 2,90012342,Crystal,Konrad 3,90006783,Tim,Duncan 4,90001234,Brittany,Willis
For this assignment, you are tasked with the responsibility of building the framework for the Healthy Pharmacy. The Healthy Pharmacy is looking to develop a software application to model their employee hierarchy. Currently the pharmacy has the following types of job titles for their employees: Staff Pharmacist, Pharmacy Manager, Staff Technician, and Senior Technician. Healthy Pharmacy has elected to proceed with an hourly payment schedule for all employees -obviously the rates for each job title, degrees, and skills will vary (e.g., a Pharmacy Manager will make more per hour than a Technician). Every employee will have the following attributes . Employee ID (Integer) First Name (String) Last Name (String) * Hourly Rate (Double) A Pharmacy Manager will have the following additional attribute(s) . Leadership (Boolean) A Staff Pharmacist will have the following additional attribute(s) . Licensed (Boolean) A Senior Technician will have the following additional attribute(s) . Service Award (Boolean) A Staff Technician will have the following additional attribute(s) . Degree (Boolean) This program will be written in Java. Your program will be menu driven in which you will provide the following prompts to the user: 1. Load Employees (From File) 2. Exit Progranm Once the user has loaded the employees the following options should be provided: 1. Print Employee Information 2. Enter Hours Worked 3. Calculate Paychecks 4. Exit ProgramStep 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