parios
October 8th, 2005, 11:29 PM
Trying to convert to syntax in C++
(payment * ((1+rate)term -1))/rate
new to c++
Thx....
(payment * ((1+rate)term -1))/rate
new to c++
Thx....
|
Click to See Complete Forum and Search --> : Future Value Syntax parios October 8th, 2005, 11:29 PM Trying to convert to syntax in C++ (payment * ((1+rate)term -1))/rate new to c++ Thx.... Ajay Vijay October 9th, 2005, 01:26 AM nFutureValue = (payment * ((1+rate) * term - 1)) / rateI guess the variables are defined to appropriate datatypes. Ejaz October 9th, 2005, 04:19 AM [ Moved Thread ] parios October 10th, 2005, 11:05 AM Thank you very much....... codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |