Affordable Housing Calculator
Affordable Housing Calculator Household Gross Annual Income ($): Maximum % of Income for Housing: Estimated Monthly Housing Payment (Rent/Mortgage) ($): Estimated Monthly Utilities ($): Calculate Affordability function calculateAffordability() { var householdIncome = parseFloat(document.getElementById(‘householdIncome’).value); var maxIncomePercent = parseFloat(document.getElementById(‘maxIncomePercent’).value); var estimatedHousingCost =…