help with this program.....
Author |
Message |
kid105
|
Posted: Mon Dec 07, 2009 10:33 pm Post subject: help with this program..... |
|
|
What is it you are trying to achieve?
write a program which will calculate and print a table showing how a cash investment on term deposit in a bank accumulates over a period of time given a certain compounding period.
the program will ask the user for:
A) cash investment
B) interest rate: entered by user either as a decimal or a percent. programs should convert to decimal if necessary.
C) compounding period: monthly, quarterly, semi-annually, or annually.
D) term of investment: in months
What is the problem you are having?
write a program which will calculate and print a table showing how a cash investment on term deposit in a bank accumulates over a period of time given a certain compounding period.
the program will ask the user for:
A) cash investment
B) interest rate: entered by user either as a decimal or a percent. programs should convert to decimal if necessary.
C) compounding period: monthly, quarterly, semi-annually, or annually.
D) term of investment: in months
Describe what you have tried to solve this problem
its too hard
Post any relevant code (You may choose to attach the file instead of posting the code if it is too long)
use turing
Please specify what version of Turing you are using
just use any turing |
|
|
|
|
![](images/spacer.gif) |
Sponsor Sponsor
![Sponsor Sponsor](templates/subSilver/images/ranks/stars_rank5.gif)
|
|
![](images/spacer.gif) |
TheGuardian001
|
Posted: Mon Dec 07, 2009 10:39 pm Post subject: Re: help with this program..... |
|
|
We won't do your work for you. If there is any specific part of this you need help with, we can point you in the right direction, but you have to make an effort yourself. |
|
|
|
|
![](images/spacer.gif) |
GalacticVenus
![](http://compsci.ca/v3/uploads/user_avatars/1112876584b1af492aa78e.png)
|
Posted: Mon Dec 07, 2009 10:45 pm Post subject: RE:help with this program..... |
|
|
Especially if it's the HOMEWORK a teacher assigns. |
|
|
|
|
![](images/spacer.gif) |
kid105
|
Posted: Mon Dec 07, 2009 11:11 pm Post subject: RE:help with this program..... |
|
|
i dont need the answer
i just want to know how would u start things off
wat would u do to start it? |
|
|
|
|
![](images/spacer.gif) |
mirhagk
|
Posted: Mon Dec 07, 2009 11:23 pm Post subject: RE:help with this program..... |
|
|
sit down and think what information you need to store (your variables), and what information you need to get, and how to get it. Then get the information and figure out how to manipulate it to create that table |
|
|
|
|
![](images/spacer.gif) |
|
|