
-----------------------------------
ttr
Thu Oct 25, 2012 7:49 pm

Java beginner loop questions help!!
-----------------------------------
2.	Write a program to compute the bank balance at the end of each year for 10 years resulting from an initial deposit of $1000 and an annual interest rate of 6%. Output for each year end the number of the year, the initial balance, the interest for the year, and the balance at the end of the year.
Can someone please help me solve this problem? I have tried my best but still cannot get it run properly. This is a Java Eclipse classical 4.2.1. Here is my code:
[/b]

-----------------------------------
Tony
Thu Oct 25, 2012 9:10 pm

Re: Java beginner loop questions help!!
-----------------------------------
still cannot get it run properly.
You'd have to be more detailed than that. In what way(s) does it not run properly? What have you already tried to solve those problems?

-----------------------------------
ttr
Fri Oct 26, 2012 8:31 pm

Re: Java beginner loop questions help!!
-----------------------------------
Thank you for your reply. I really appreciate it. 
I have already figure out how to do this question by myself.
Anyway, thank you!!!!
