SOLUTION: Write a Python program that asks the user to enter the initial balance. Validate that the balance entered is a non-negative number. Once you have a valid balance, print it.Assume t

Algebra ->  Linear-equations -> SOLUTION: Write a Python program that asks the user to enter the initial balance. Validate that the balance entered is a non-negative number. Once you have a valid balance, print it.Assume t      Log On


   



Question 1100345: Write a Python program that asks the user to enter the initial balance. Validate that the balance entered is a non-negative number. Once you have a valid balance, print it.Assume the interest rate is 5%. Use a Python for loop to calculate and print the balance at the end of each year. Stop after ten years.
Found 2 solutions by ikleyn, richwmiller:
Answer by ikleyn(52781) About Me  (Show Source):
You can put this solution on YOUR website!
.
We do not write programs in this forum.

Neither in Python nor in any other programming language.


--------------
Also, we do not fix cars and do not make babysitting.



Answer by richwmiller(17219) About Me  (Show Source):
You can put this solution on YOUR website!
Darn!
I was hoping for some help in Perl.