Question
Asked by:
$2.00 Needing help converting a mathematical formula into Java
- From Computer-Science: Object-Oriented-Programming
- Closed, but you can still post tutorials
- Due on Sep. 27, 2009
- Asked on Sep 24, 2009 at 6:14:23PM
Q:Can someone please explain how to translate this mortgage formula into Java?? Thank you.
M = P [ i(1 + i)n ] / [ (1 + i)n - 1]



