public class FinancialUtil extends Object
static DecimalFormat
df
FinancialUtil()
static double
calculateTotalAmount(double yearlyDeposit, double annualInterestRate, int years)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static DecimalFormat df
public FinancialUtil()
public static double calculateTotalAmount(double yearlyDeposit, double annualInterestRate, int years)
yearlyDeposit
annualInterestRate
years
Copyright © 2024. All rights reserved.