Groups | Search | Server Info | Keyboard shortcuts | Login | Register
Groups > comp.lang.java.programmer > #5609
| From | rossum <rossum48@coldmail.com> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: Needs help in editing |
| Date | 2011-06-23 23:42 +0100 |
| Message-ID | <lrf707d2mi46u7c5debdq6740asgjue02c@4ax.com> (permalink) |
| References | <1021f122-3898-4fc9-93ed-ac1aa9403b82@q15g2000yqk.googlegroups.com> |
On Thu, 23 Jun 2011 11:25:01 -0700 (PDT), Eric <ehtisham@gmail.com> wrote: >Hi guys: Can any one please help me how to i do the changes in my >program according to the following 4 changes. We can certainly tell you, but it is much better if you do your homework yourself. That way you are more likely to learn what you need to learn. > >1) Create a Date type birth data instance field in the Employee class, >not a String What precisely is your problem with this? Do you have a problem with declaring a new type in your Employee class? Please be specific. > >2) Enlarge the constructors for the Employee class and subclasses to >pass the int month, int day, and int year of the birth date as input >by the user to PayrollSystemTest to the subclass constructor, and then >to the Employee class constructor What precisely is your problem with this? Do you have a problem with adding new parameters to existing constructors? Please be specific. > >3) Input from the user for the 5 specific employees and then comment >out the hardcoding for the 4 employees in the original code What precisely is your problem with this? Do you have a problem with modifying your existing input code to input the required data from the used while comenting out the specified lines? Please be specific. > >4) Report monthly salary amounts and include the November birthday >bonus What precisely is your problem with this? Do you have a problem with amending the output from the report? Please be specific. [code snipped] Take your best shot and show us the result. The more you do for yourself the more we will help you with the parts you really cannot manage. rossum
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar
Needs help in editing Eric <ehtisham@gmail.com> - 2011-06-23 11:25 -0700
Re: Needs help in editing Aéris <aeris@imirhil.fr> - 2011-06-24 00:35 +0200
Re: Needs help in editing Aéris <aeris@imirhil.fr> - 2011-06-24 00:39 +0200
Re: Needs help in editing lewbloch <lewbloch@gmail.com> - 2011-06-24 08:42 -0700
Re: Needs help in editing Aéris <aeris@imirhil.fr> - 2011-06-24 21:28 +0200
Re: Needs help in editing Lew <noone@lewscanon.com> - 2011-06-26 13:30 -0400
Re: Needs help in editing Aéris <aeris@imirhil.fr> - 2011-06-26 21:49 +0200
Re: Needs help in editing Lew <noone@lewscanon.com> - 2011-06-26 16:32 -0400
Re: Needs help in editing Lew <noone@lewscanon.com> - 2011-06-26 16:35 -0400
Re: Needs help in editing rossum <rossum48@coldmail.com> - 2011-06-23 23:42 +0100
Re: Needs help in editing William Colls <william.colls@rogers.com> - 2011-06-23 22:40 -0400
Re: Needs help in editing Lew <noone@lewscanon.com> - 2011-06-26 13:40 -0400
Re: Needs help in editing Roedy Green <see_website@mindprod.com.invalid> - 2011-06-27 20:05 -0700
Re: Needs help in editing Lew <noone@lewscanon.com> - 2011-06-28 00:09 -0400
csiph-web