Re: mortgage math
Subject : Re: mortgage math
From: Shawn Erickson <email@hidden >
Date: Sun, 10 Apr 2005 13:42:35 -0700
Delivered-to: email@hidden
Delivered-to: email@hidden
On Apr 10, 2005, at 1:32 PM, Brian Lackey wrote:
I am in a class learning java. I am a new beanie. I am trying to
figure out how to calculate hard coded values.
int a = 5;
int b = 6;
int x = a * b + 1;
... etc ...
Is there a class that already has the mortgage calculation in it?
Math.pow?
If you can't find it in the Java docs for the Math class then nope, of
course parts of the math needed are provided by Math.
I suggest you try google or finding a book on the subject to understand
the math needed.
For example
<http://community.middlebury.edu/~schar/courses/cs201-s05/hw/hw1/ >
-Shawn
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden
This email sent to email@hidden
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.