hi
i am little confused ,i hope u might help me
can u post how write a simple intrest program
in c language
Dude, you have posted at the wrong section. This is not the place, suppose to post at the discussion pages. BTW, you ask someone to "write" a program for you, this is not good. You should try yourself first before asking someone to "write" a program for you. No offence to tell you this. : )
Dude, you have posted at the wrong section. This is not the place, suppose to post at the discussion pages. BTW, you ask someone to "write" a program for you, this is not good. You should try yourself first before asking someone to "write" a program for you. No offence to tell you this. : )
Correction : suppose to post at forum, not discussion. sorry for the mistake.
Let 'd' be your initial deposit and let 'i' be the (annual) interest measured in percentages,
the after 'n' years you have d*(1+i/100)^n of your monetary unit on your account,
where '^' represents 'raised to the power'. Is that simple enough?
Comment