On January 1 of each year, $5,000 is invested in an account. Complete the DATA step with DO LOOP to determine the value of the account after 15 years if a constant annual interest rate of 10% is expected and for every year you will get the interest but interest will add in amount after 15 years. Therefore, total amount should be (principal=75000) + ( 15 year interest= 60000)= 135000. will you please confirm me the code.
... View more