using c code Develope an algorithm that calculates PEof an i

using c++ code Develope an algorithm that calculates PEof an investment( compund intrest formulas). The algorithm would ask the user to input the following info one at a time. n,i, A,P, (F1,F2,F3...), solve value and it generates PE. Depending on the # of n it should have correlate to F1,F2,F3

Solution

#include #include using namespace std; int main() { float P,R,T,CI; cout<<\"Enter Principal, Rate and Time : \"; cin>>P>>R>>T; CI=P*pow((1+R/100),T) - P; cout<<\"Compound Interest is : \"<
using c++ code Develope an algorithm that calculates PEof an investment( compund intrest formulas). The algorithm would ask the user to input the following info

Get Help Now

Submit a Take Down Notice

Tutor
Tutor: Dr Jack
Most rated tutor on our site