Question: Using Java Write a program that reads in a css file and parses each line into a string array using string split. You will create
Using Java Write a program that reads in a css file and parses each line into a string array using string split. You will create an employee scheduler program. From the array read in the employee's first name, last name, skill, wage, and ID number. These items will be needed to populate an Employee object. The Employee object will have a string for the first name, a string for the last name, a string for skill, a double for wage, and an integer for employee ID. Create another class called the EmplyeeScheduler. The scheduler class will allow a user to schedule the list of employees (provided from a file) over a 40-hour workweek. The output from this program will be the 40-hour employee schedule.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
