473,386 Members | 1,745 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

compound interest calculation

I need a calculation that allows for monthly calculations

Dave
Nov 17 '05 #1
5 3434
Dave,

You are going to have to do that yourself, or get a third party library
that does it (I am sure there are some out there). There is nothing like
that in .NET out of the box. Then again, it's probably very easy.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Dave" <da***@helixpoint.com> wrote in message
news:O%****************@TK2MSFTNGP10.phx.gbl...
I need a calculation that allows for monthly calculations

Dave

Nov 17 '05 #2
That did not help me?
"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com> wrote in
message news:uJ**************@TK2MSFTNGP10.phx.gbl...
Dave,

You are going to have to do that yourself, or get a third party library
that does it (I am sure there are some out there). There is nothing like
that in .NET out of the box. Then again, it's probably very easy.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Dave" <da***@helixpoint.com> wrote in message
news:O%****************@TK2MSFTNGP10.phx.gbl...
I need a calculation that allows for monthly calculations

Dave


Nov 17 '05 #3
Dave <da***@helixpoint.com> wrote:
That did not help me?


Well, it would help if you'd ask a question about .NET or C#. It
*sounds* pretty much like homework - or maybe getting the maths right.
Once you've worked out how to express what you want in maths rather
than business terms, the answer is likely to be very straightforward.

Hint: it may well involve using Math.Pow...

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Nov 17 '05 #4
JP
Here it is :
p=p(1+(i*r/100))^n

p - principle
i - interval
r - rate of interest
n - number of intervals

Hope this helps

Cheers,
JP
------------------------------------------------------------------
A program is a device used to convert,
data into error messages
------------------------------------------------------------------
"Dave" <da***@helixpoint.com> wrote in message
news:O%****************@TK2MSFTNGP10.phx.gbl...
I need a calculation that allows for monthly calculations

Dave

Nov 17 '05 #5
JP
Here it is :
p=p(1+(i*r/100))^n

p - principle
i - interval
r - rate of interest
n - number of intervals

Hope this helps

Cheers,
JP
------------------------------------------------------------------
A program is a device used to convert,
data into error messages
------------------------------------------------------------------
"Dave" <da***@helixpoint.com> wrote in message
news:O%****************@TK2MSFTNGP10.phx.gbl...
I need a calculation that allows for monthly calculations

Dave

Nov 17 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: c_beginner | last post by:
yes, this is my how work question. Since I am lack in getting an assistance with my lab work I put this in this advance group. Sorry for the trouble I am making. Write a program to calculate the...
5
by: BillCo | last post by:
I just wasted a long time figuring out this and I figure if I post it might save someone some pain! Jet (DAO) will allow you to to use nested aggregate functions like building blocks, e.g.: ...
2
by: mastern200 | last post by:
I need to make a program that calculates Compound Interest (compounded monthly). Thing is, it has to use recursion. I don't know how to implement it in though. This is the code i have so far. ...
4
by: v1ashiva | last post by:
Hi, I am facing problems while trying to execute the following program to calculate compound interest.Here is my code. #include<stdio.h> main() { int i,r,n,q; float a,p,rs,l; int j,k;...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.