(Financial application: calculate interest) If you know the balance and the annual percentage interest rate, you can compute the interest on the next monthly payment using the following formula:
interest = balance x (annualInterestRate/1200)
Write a program that reads the balance and the annual percentage interest rate and displays the interest for the next month.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here