?
2013-01-07 22:31:59 UTC
If my program looked like the following, provided everything else was there, would it work?
(Saved + (monthlyputaway*12)) + ((Saved + (monthlyputaway*12)*interest)) = newsum;
newsum+ (monthlyputaway*12)*interest = newsum;
newsum + (monthlyputaway*12)*interest = newsum;
Basically, could I take a variable, use it, then reclaim this same variable with a new outcome?
Thanks to anyone who helps me. I desperately need it. /: