Board index » delphi » how to make multiple read outs - help
odub-
![]() Delphi Developer |
Thu, 20 Oct 2005 11:00:07 GMT
how to make multiple read outs - help
Hi,
Im very new to programming, just started a course in turbo pascal this year, and I was wondering if anyone could help me out. I have a program that computes that interest rates of a savings account, it works fine, but my problem is I have to be able give the interest amount and account value for each year of the period entered. So far I can only work out how to do the initial year of investment. I can work out the calculations but as the specific period is an input, how would I go about making a read out for each year? I hope my question is understandable. Thanks for any advise, i really appreciate it. Here is what I have so far: Program Interest_Rates (input, output); Var Begin AIA := AIR / 100 * deposite; |