Cash Loan Calculator Bdo

Cash Loan Calculator BDO

BDO Cash Loan Calculator

Estimate your monthly repayments and total loan cost with the BDO Cash Loan Calculator.

function calculateLoan(){ const loanAmount = parseFloat(document.getElementById(“loanAmount”).value); const interestRate = parseFloat(document.getElementById(“interestRate”).value) / 100; const loanTerm = parseFloat(document.getElementById(“loanTerm”).value); if (isNaN(loanAmount) || isNaN(interestRate) || isNaN(loanTerm) || loanAmount <= 0 || interestRate <= 0 || loanTerm el.value = “”); }

Leave a Reply

Your email address will not be published. Required fields are marked *