# futval.py # Neal Nelson - copied from the Zelle Text p43 # 2009.10.05 # # Algorithm for iteratively calculating principle of an investment # 1. input principal and apr # 2. repeat 10 times: # 2a. princpal = principal * (1+apr) # 3. Output the principal