(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 × (annualInterestRate / 1200)
Write a program that reads the balance and the annual percentage interest rate and displays the interest for the next month. Here is a sample run:
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.