Donate SIGN UP

java programming

Avatar Image
jbrew125 | 05:16 Thu 01st Nov 2012 | Technology
3 Answers
Create an application for an animal-fur trimming service. The business is open 15 weeks of the year, from April through July. The fee for a small animal (under 6 pounds) is $100, a medium animal (under 100 pounds) is $200, and a large animal (101 pounds and above) is $300. Next, write the code for the application. Prompt the user to indicate how many animals. Display the total fee for one year. Be pleasant in your output as it will be expensive. Make sure you use the scanner class as well as decision structures in your code.

Use the following data for the runs of the information:

Data set 1:
1 animal at 4 pounds
2 animals at 7 pounds each
3 trims per year
Gravatar

Answers

1 to 3 of 3rss feed

Best Answer

No best answer has yet been selected by jbrew125. Once a best answer has been selected, it will be shown here.

For more on marking an answer as the "Best Answer", please visit our FAQ.
OK, Done that. What next?
As Chuck would agree, this question is definitely beyond the bounds of a simple answer here. I suggest you buy Java For Dummies and learn the basics. If this is a college project, then you should have already have some idea. We don't mind offering help if you're stuck on a specific area, but we can't do your homework for you!
"If this is a college project, then you should have already have some idea"

I wouldn't bet on it. I once worked with a colleague who claimed to have studied java for 2 years yet didn't know what a classpath was. Maybe she got all her coursework done for her on AB ...

1 to 3 of 3rss feed

Do you know the answer?

java programming

Answer Question >>