Question: C++ 1) Make a function to return the future value of a certain principal (p), held for m months at an annual percentage rate r.
C++
1) Make a function to return the future value of a certain principal (p), held for m months at an annual percentage rate r. The formula is =p(1 + rate)periods
2) Make a similar function that will return the future value by reference. This function MUST have void as a return type.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
