Use beginner/intermediate C++ knowledge/skillsIf you invest po dollars in a business that grows at a rate of r per year, the value of your investment after t years will be p as expressed by the following equation: p=poe (rt) Write a program to read the value of po and t from the keyboard and calculate the value of the investment after t years in three investments returning 0.05, 0.07, and 0.10 growth rates per year. The output of the program should look like the following: Value of Sxoxxx.xx Investment Over xx Years At 0.05% annual growth: At 0.07% annual growth: At 0.10% annual growth: $xxxx-xx $XXXXX-XX $xxxxxxxx Show transcribed image text If you invest po dollars in a business that grows at a rate of r per year, the value of your investment after t years will be p as expressed by the following equation: p=poe (rt) Write a program to read the value of po and t from the keyboard and calculate the value of the investment after t years in three investments returning 0.05, 0.07, and 0.10 growth rates per year. The output of the program should look like the following: Value of Sxoxxx.xx Investment Over xx Years At 0.05% annual growth: At 0.07% annual growth: At 0.10% annual growth: $xxxx-xx $XXXXX-XX $xxxxxxxx
The post Invest Po Dollars Business Grows Rate R Per Year Value Investment T Years P Expressed Foll Q31310814 appeared first on Nursing Wizards.