Question about for loops[s]No. It should be something like [code] sum = 0; for (i = 0; i <= 100; i = i+3) sum=sum+3...
Question about for loops[b]Correct the following code to add multiples of 3 between 1 and 100. Will this work? Yes or No. ...
Using functions to calculate periodic payments"number of times the interest is compounded per year" is that the same thing as number of payment...
Using functions to calculate periodic paymentsAbout the APR = 0, I've thought about that too. I'm just using the formulas I was given. I was going...
Using functions to calculate periodic paymentsAdded i = (r / m); to functionTwo, now I'm getting $600 for both answers.
This user does not accept Private Messages