Results 21 to 35 of 35
Thread: Java Assignment
- 04-24-2012, 04:06 PM #21
Member
- Join Date
- Apr 2012
- Posts
- 18
- Rep Power
- 0
- 04-24-2012, 04:09 PM #22
Member
- Join Date
- Apr 2012
- Posts
- 18
- Rep Power
- 0
Re: Java Assignment
0.75%?
- 04-24-2012, 04:16 PM #23
Senior Member
- Join Date
- Apr 2012
- Location
- New York State of Confusion, USA
- Posts
- 137
- Blog Entries
- 1
- Rep Power
- 0
Re: Java Assignment
I'm sorry, I can't help you with this. If you don't even know how to represent 7.5% as a decimal value, there isn't much I can do.
For what it is worth 1% is .01 right, 7% is .07 right? So 7.5% is .075 right?
Good luck.
- 04-24-2012, 04:23 PM #24
Member
- Join Date
- Apr 2012
- Posts
- 18
- Rep Power
- 0
Re: Java Assignment
explains why im asking for help but anyway ill find people that wanna help
- 04-24-2012, 04:29 PM #25
Senior Member
- Join Date
- Feb 2012
- Posts
- 219
- Rep Power
- 2
Re: Java Assignment
How far are you? Have you completed the first task of creating the constructor? Also, please use [Code] tags when you are giving us code. Makes it easier to read.
- 04-24-2012, 04:31 PM #26
Member
- Join Date
- Apr 2012
- Posts
- 18
- Rep Power
- 0
Re: Java Assignment
im struggling with the whole thing but apparently im an idiot and i just dont know how to do it
- 04-24-2012, 04:39 PM #27
Senior Member
- Join Date
- Feb 2012
- Posts
- 219
- Rep Power
- 2
Re: Java Assignment
Let's tackle the first part. You need to create a constructor, that defines how the class is created. You need to have it take three arguments. How would you go about doing that? Remember your code tags please.
- 04-24-2012, 04:45 PM #28
Member
- Join Date
- Apr 2012
- Posts
- 18
- Rep Power
- 0
Re: Java Assignment
well i think to declare a constructor i write
Investment i1 = new Investment
- 04-24-2012, 04:57 PM #29
Senior Member
- Join Date
- Feb 2012
- Posts
- 219
- Rep Power
- 2
Re: Java Assignment
You need to actually code the constructor itself. The statement you wrote creates a new instance of that class, but to do that you need a constructor inside the class.
Java Code:Investment(double mthlyInvest, double rate, double time)
- 04-24-2012, 05:08 PM #30
Member
- Join Date
- Apr 2012
- Posts
- 18
- Rep Power
- 0
Re: Java Assignment
mmm i seee, okay so then i put the values in
-
Re: Java Assignment
Sorry, you're not going to like this advice, but from your posts above, it doesn't appear that you are stupid but rather that you've not read and studied your notes or text yet, and that's what is making it so hard for us to be able to help you. I think that you should do that or the intro to Java tutorials that have already been linked to first. Otherwise this is going to be one long, hard and frustrating slog for you and for us.
- 04-24-2012, 05:16 PM #32
Member
- Join Date
- Apr 2012
- Posts
- 18
- Rep Power
- 0
Re: Java Assignment
ok sorry guys posted on the wrong forum, i didnt realise u guys were so smart i need a more baby style forum good luck guys
-
Re: Java Assignment
No, you need to put in some work first as you can't learn programming without this. Learning programming is a lot like learning math. We can't teach you multiplication if you don't know addition. Read the books and tutorials, learn some basics, then we'll be able to help you better.
- 04-24-2012, 05:19 PM #34
Member
- Join Date
- Apr 2012
- Posts
- 18
- Rep Power
- 0
Re: Java Assignment
thats why i asked cause i find programming very difficult
- 04-24-2012, 05:28 PM #35
Senior Member
- Join Date
- Feb 2012
- Posts
- 219
- Rep Power
- 2
Similar Threads
-
java assignment
By drewjordan in forum New To JavaReplies: 9Last Post: 01-15-2012, 11:44 PM -
Java Assignment Help
By nve5009 in forum New To JavaReplies: 4Last Post: 04-27-2011, 06:36 AM -
Need Help with Java Assignment
By smurf67 in forum New To JavaReplies: 4Last Post: 03-26-2011, 10:25 AM -
Help me please (Java assignment)
By cris_carriaga in forum Java AppletsReplies: 4Last Post: 10-06-2010, 04:11 PM -
My java assignment -- please help me !
By java_beginner1 in forum New To JavaReplies: 11Last Post: 05-20-2010, 04:00 PM


2Likes
LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks