akosiraff

Download Amount CPP

Nov 27th, 2014
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1.  
  2. Download: http://solutionzip.com/downloads/amount-cpp/
  3. Write a program in which a user is prompted to enter two variables of the type double. The first input is the “amount” that must be larger than 1000 and the second input is the “rate” in percent. Then your program must keep reduce the “amount” each year by the percentage given in “rate”. Print the amount and the number of year it takes for the amount to go below 100. Use a loop for this problem.
  4. Download: http://solutionzip.com/downloads/amount-cpp/
Add Comment
Please, Sign In to add comment