Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~491 People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for TehCPP

Hello everyone, i thought of this question and i would greatly appreciate some pointers on it. I have 2 simple Java Projects which are GUI based. One writes some information to a text file. The other reads the text field and displays it on the GUI. My question: Is it …

Member Avatar for TehCPP
0
173
Member Avatar for ryandunn

I'm bad with math related to business, hope i'm right about this. By answering: "why it won't subtract the monthly total per month." You'll see that you will want the subtract the principle each month. So by right this subtraction should be included inside the loop. monthly-- : only decrements …

Member Avatar for Zvjezdan23
0
110
Member Avatar for radiata

Hmm, for me, i'll do it this way. [CODE] double max(double a, double b, double c) { double max=a; if(b>max) max = b; if(c>max) max = c; return max; } [/CODE] It might not be the best solution but i find it easier this way.

Member Avatar for Nick Evan
0
208

The End.