This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Beginning Java and the fly likes more help with java problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "more help with java problem" Watch "more help with java problem" New topic
Author

more help with java problem

Troy Johnson
Greenhorn

Joined: Sep 24, 2003
Posts: 20
Hello again. I still cant seem to quite get this modification figured out and was looking for some more help. I am attempting to add two additional constructors, one that takes the "annual interest rate" and "loan amount" and another that just takes the "loan amount" only. However, I seem to be stuck along the way trying to add these two constructors. Please let me know if you have or more suggestions. Thanks again for the help.
Here is my original code:

Here is my code with the modifications I have so far trying to add the two new constructors.
Michael Dunn
Ranch Hand

Joined: Jun 09, 2003
Posts: 4632
This seems to work OK
Troy Johnson
Greenhorn

Joined: Sep 24, 2003
Posts: 20
Thanks alot for your help Michael. The only other thing is that I need to invoke another constructor using the keyword "this". Sorry, I should have stated that at the beginning of my posting. I appreciate your helping me. Thanks.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: more help with java problem
 
Similar Threads
Still struggling with constructors
Help with errors again
Help on Control Statement
Objects and Classes
Help with constructors