Question: using java only If you know the balance and the annual percentage interest rate, you can compute the interest on the next monthly payment using

using java only
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 (annuallnterestRate/1200) Write a program that reads the balance and the annual percentage interest rate and displays the interest for the next month in two versions: 1. Use dialog boxes to obtain input from the user and display output; 2. Use the console to obtain input from the user and display output. Be sure to provide clear prompts to the user, so that input is entered correctly. Sample Data: Balance = 100000 Annual Interest Rate = 4.625 Interest = 385.41
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
