Write a Java program to compute the amount of the debt in n months. The borrowing amount is $100,000 and the loan adds 4% interest of the debt and rounds it to the nearest 1,000 above month by month
Input:
An integer n (0 ≤ n ≤ 100)
Expected Output:
Input number of months:
6
Amount of debt:
129000
Sample Output:
need an explanation for this answer? contact us directly to get an explanation for this answer