Question: Desk check the following JavaScript codes (fill the blank spaces): Desk check this code var sum = 0; for (var i=1; i 3; i++) {
Desk check the following JavaScript codes (fill the blank spaces):

Desk check this code var sum = 0; for (var i=1; i 3; i++) { sum += 1; else t Desk Check 196 2 sum Desk check this code. Round all answers except monthlyRate to two digits after the decimal (pennies) var balance parseFloat(window.prompt("Enter your account balance")) var annualRate-parseFloat (window.prompt("Enter the annual interest rate")); var numMonths = parseInt(window. prompt( "Enter the number of months")); var monthlyRate = annua!Rate / 12; for (var month=1; month(znunMonths; month++){ var interest = Math.round (balance * monthlyRate * 180) / 100; balance interest; window.alert("Your balance afternumMonthsmonths will be " balance) Desk Check annualRate monthlyRate numMonths month interest balance 0.06 100
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
