Consumer Loan – personal credit debt auto

learn about consumer loans

C++ programing problem-how do i correct these compiler errors?

NazoGirl asked: The program output should behave as below: ** Welcome to the Consumer Loan Calculator ** How much do you want to borrow? $1000 What is the annual interest rate expressed as a percent? 18 What is the monthly payment amount? $50 Your debt will be paid off after 24 months, with a final [...]

Posted October 27th, 2010 in Programming & Design | No Comments »

So I need help with java, what is considered a class level variable? is double or string considered one?

MR.chan l asked: The program i make will determine how many monmths it will take to pay off that loan, what the final payment will be, and how much interest total I will have to pay. for example ** Welcome to the consumer loan calculator** How much to do you want to borrow? 1000 What [...]

Posted August 2nd, 2010 in Programming & Design | 1 Comment »

C++-compilation problem?

NazoGirl asked: include #include using namespace std; const int month = 12; void getInput(double&, double&, double&); double payLoan(double, double, double, double, double&); int main() { double balance, interestRate, monthlyPayment, monthlyInterest, totalInterest; cout

Posted July 13th, 2010 in Programming & Design | 1 Comment »