By Admin on Dec 20, 2009 in Programming & Design | 1 Comment
Jessy C asked: Write a program that creates a loan amortization table. The user of the program will supply values for Initial Loan Principal, Annual Percentage Rate and Monthly Payment. The program should print out the appropriate amortization table. The table should have headings for the month number, the monthly payment, monthly interest amount, monthly [...]
By Admin on Oct 6, 2009 in Programming & Design | 0 Comments
iliveinflorida asked: I am supposed to make an amortization table in python for given values. Since I already know what these values are, how do i put them in a table?
By Admin on Oct 5, 2009 in Programming & Design | 0 Comments
hoodat asked: I understand how to use the input boxes to ask for length of loan, APR, and amount borrowed but am having a hard time setting up the loop to display the breakdown of the payment for each period. My VB experience is relatively small so if you could show me how to do [...]
By Admin on Sep 24, 2009 in Programming & Design | 0 Comments
arkangels75 asked: a ti + pi – pi-1 b ti + ?pi c tactual + ?potential d none of the above e a, b, and c
By Admin on Jul 20, 2009 in Programming & Design | 1 Comment
Jessica H asked: I am not doing that great in getting this stuff from my Cprograming class and there are thing that I dont get….like how do i present it in tabular formvertically ….. if you need more info tell me and I will get back to you… thanks in advance!!!
By Admin on Jun 30, 2009 in Programming & Design | 1 Comment
rahkblue asked: I am looking for an Access database or program in which I can process amortization schedules. I would like to see if there is one that can handle compounding interest and interest rate changes.
By Admin on Aug 8, 2008 in Programming & Design | 2 Comments
gary p asked: Im having trouble with this script.. http://www.johnedwardsproperties.com/Calculator.php you can download it from this page I read the brief install info in the php file.. as below… ( Free Mortgage Calculator With Charts v1.0 By johnedwardsproperties.com Free to use, please acknowledge me Place the Place the files FreeMortgageCalculatorWithCharts.php, calculator.css, Area2D.swf, Pie3D.swf and CalculatorTest.php [...]
By Admin on Aug 8, 2008 in Programming & Design | 1 Comment
morphicsaiyan asked: Can someone help me flesh out the details of this? I need to make a mortgage calculator in java does the following The user will be asked to enter to the amount of the mortgage loan, the term in years of the mortgage, and an annual interest rate. The amount of the mortgage [...]
By Admin on Mar 31, 2008 in Programming & Design | 2 Comments
project_twenty9 asked: like the one posted on this page… http://www.tnbsolutions.com/mtgcalculators/view.php?i=11171000 I’m putting together a website.Website content
By Admin on Mar 28, 2008 in Programming & Design | 0 Comments
wolfmn26 asked: Here is the formula I came across that I’m going to use: monthlyPayment = (principle * monthlyInterest) / (1 – pow((1 + monthlyInterest), – monthlyTerm); I need to know what the “pow” is forCreate a video blog…instantly.