Hi,
I want to known how to calculate simple interest rate using C# code.
we have only for total amount , No of period only to calculate an interest %. Can any one help me ?
Thanks & Regards,
Mathankumar.T
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted Oct 3, 2013, 9:28 AM
hi,
to calculate simple interest use following formula
I = p*r*t
where I = interest, p = principle amount, r interest rate and t = time in year.
put this formula in C# code...
Please refer
http://math.about.com/od/businessmath/ss/Interest_2.htm
hope this will help you.
VulpesPosted Oct 3, 2013, 8:16 AM
For example:
Vignesh KumarPosted Oct 3, 2013, 7:53 AM
Refer this link
http://www.c-sharpcorner.com/UploadFile/0c1bb2/interest-rate-calculator-using-Asp-Net-C-Sharp/