Results 1 to 3 of 3
Thread: Help Java Coursework Help!!!!
- 11-28-2007, 04:19 PM #1
Member
- Join Date
- Nov 2007
- Posts
- 1
- Rep Power
- 0
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
- 11-28-2007, 06:06 PM #2
Member
- Join Date
- Nov 2007
- Posts
- 8
- Rep Power
- 0
First off, are you restricted to a procedural approach or object oriented approach for tackling this? Are there certain things the coursework states (e.g you must use methods or you must use arrays or whatever)
It seems like a pretty straght forward problem to solve tho.
- 11-29-2007, 04:37 AM #3
Member
- Join Date
- Nov 2007
- Location
- Hershey, PA
- Posts
- 13
- Rep Power
- 0
Similar Threads
-
Someone please help with my coursework....
By budgie69@hotmail.co.uk in forum EclipseReplies: 1Last Post: 08-09-2007, 07:24 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks