Create a class with name savingaccont.In this class you have to write the static method having nameCalculteFutureValue which takes three parameters of type double along with return type double.This function should implement the formula given below.The formula, which is known as the future value formula, is:F = P * (1 + i)tThe terms in the formula are as follows:
Write Driver class which contains main function that prompts the user to enter the account’s present value, monthly interest rate, and the number of months that the money will be left in the account. The program should pass these values to a function namedCalculteFutureValuethat returns the future value of the account, after the specified number of months. The program should display the account’s future value.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here