Write a C program that calculates how much money you'll end up with if you invest an amount of money at a fixed interest rate, compounded yearly. Make the user enter: initial amount, the number of years, and the yearly interest rate in percent. (Hint: Use For loop).
Please keep it short and simple and no copy and paste and also include comment.