Notes
This function is in beta test. Please help improve it in the issues
here.
Hints
Your answer may be identical to the JOJ answer in the first several lines.
However, you will still get Wrong Answer because the complete output may be longer and there might be errors in the future lines.
Please double check your code to solve this problem and try again.
Your Answer
Please enter the monthly payment: Please enter the monthly payment: Please enter the monthly payment: Please enter the monthly payment: Please enter the interest rate: Please enter the interest rate: Please enter the interest rate: Please enter the duration of the loan, in years: Please enter the duration of the loan, in years: Please enter the duration of the loan, in years: Month Principal Interest Balance ----- --------- --------- --------- 1200 -nan -nan -nan 1199 -nan -nan -nan 1198 -nan -nan -nan 1197 -nan -nan -nan 1196 -nan -nan -nan 1195 -nan -nan -nan 1194 -nan -nan -nan 1193 -nan -nan -nan 1192 -nan -nan -nan 1191 -nan -nan -nan 1190 -nan -nan -nan 1189 -nan -nan -nan 1188 -nan -nan -nan 1187 -nan -nan -nan 1186 -nan -nan -nan 1185 -nan -nan -nan 1184 -n
JOJ Answer
Please enter the monthly payment: Please enter the monthly payment: Please enter the monthly payment: Please enter the monthly payment: Please enter the interest rate: Please enter the interest rate: Please enter the interest rate: Please enter the duration of the loan, in years: Please enter the duration of the loan, in years: Please enter the duration of the loan, in years: Month Principal Interest Balance ----- --------- --------- --------- 1200 100000.00 0.00 100000.00 1199 100000.00 0.00 200000.00 1198 100000.00 0.00 300000.00 1197 100000.00 0.00 400000.00 1196 100000.00 0.00 500000.00 1195 100000.00 0.00 600000.00 1194 100000.00 0.00 700000.00 1193 100000.00 0.00 800000.00 1192 100000.00 0.00 900000.00 1191 100000.00 0.00 1000000.00 1190 100000.00 0.00 1100000.00 1189 100000.00 0.00 1200000.00 1188 100000.00 0.00 1300000.00 1187 100000.00 0.00 1400000.00 1186 100000.00 0.00 1500000.00 1185 100000.00 0.0