Can Someone Help me write this Program?

You are to write an inventory management system for Noah抯 Pet Emporium, which sells, dogs, cats, birds and fish. The following information apples to every pet:

?Type: dog, cat, bird, or fish

?Age

?Weight

?Price

In addition, the program should account for:

?For dogs:

obreed

oType of food consumed: canned or dry

?For cats:

oBreed

oClaw status: clawed or declawed

?For birds:

oType: parrot, canary

oCountry of origin

?For fish:

oType: angel, neon

oWater preference: salt of fresh

Your program should display all of the information for all pets, dogs only, cats only, birds only and fish only. (Hint: use a 搕oString?method similar to the text)

Write all classes and a main class as needed.

Make up your own data to demonstrate that your program handles all pets and show the validated output/print screen.

Thank you very much if u can help me

[978 byte] By [I_Need_Java_helpa] at [2007-11-27 3:50:57]
# 1
No. This is your homework and we expect you to put a WHOLE LOT OF EFFORT into it, yourself.Now off you you go and don't come back until you have done a lot of work.
filestreama at 2007-7-12 8:54:54 > top of Java-index,Java Essentials,Java Programming...
# 2
First try to make it yourslef, if you stuck in somewhere we can help you, filestream is rigth
agustin2808a at 2007-7-12 8:54:54 > top of Java-index,Java Essentials,Java Programming...
# 3
>Make up your own data to demonstrate that your program handles all pets and show the validated output/print screen. Show us what you can do on your own and then help would be given on the rougher edges.
RAWR-itsanONIONa at 2007-7-12 8:54:54 > top of Java-index,Java Essentials,Java Programming...
# 4
ok, i am working on the program, if i get errors, i will post my program, thanks
I_Need_Java_helpa at 2007-7-12 8:54:54 > top of Java-index,Java Essentials,Java Programming...
# 5
no problem, also just a tip in advance, if you are citing an error, tell us what type of error it is and what line or lines of code it is found in.
RAWR-itsanONIONa at 2007-7-12 8:54:54 > top of Java-index,Java Essentials,Java Programming...