Personal Loan Sbi Interest Rate Calculator

Personal Loan SBI Interest Rate Calculator

Personal Loan SBI Interest Rate Calculator

Calculate your estimated EMI and total interest payable for a personal loan from SBI.

function calculatePersonalLoan(){ const loanAmount = parseFloat(document.getElementById(“loanAmount”).value); const interestRate = parseFloat(document.getElementById(“interestRate”).value); const loanTenure = parseInt(document.getElementById(“loanTenure”).value); if (isNaN(loanAmount) || isNaN(interestRate) || isNaN(loanTenure) || loanAmount <= 0 || interestRate <= 0 || loanTenure el.value = “”); }

Leave a Reply

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