|
Help Java Coursework Help!!!!
Hello Just a need some guidance on my Java Coursework. Could any1 please give me some help.
I need to create a program that maintains salary information of employees. The program needs to have a text based menu, giving options in selecting a command. The commands are as follows:
(N)=Create New Employee (L)=List all employees (P)=Compute all paycheks (R)=Raise Wages (Q)=Exit Menu.
The (N) command will create a new employee, their hourly or annual salary. It should also prompt the user to enter a new hourly or annual salary
The (P) command will calculate and display the amount to be paid to each employee that exists in the system. It will ask the user the number of hours worked by staff if on a hourly based salary.
The (R) command will determine the percentage rate that all salaries will be increased by.
The program will also display all employee salaries in ascending order.
Can someone give me some useful help and tips on tackling this coursework
Many Thanks
Jabir
|