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