Computer Applications
Write the Java expression for the following:
Java Math Lib Methods
59 Likes
Answer
(amount*rate) / (1 - (1 / Math.pow(1+rate, n)))
Answered By
42 Likes
59 Likes
(amount*rate) / (1 - (1 / Math.pow(1+rate, n)))
Answered By
42 Likes