Guest User

Untitled

a guest
Aug 15th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. How to make value of for loop to get sent back into the loop
  2. New Balance = Old Balance + interest + your contribution
  3.  
  4. Balance = 0;
  5.  
  6. for j=1:216,
  7. Balance = Balance + interest + your contribution;
  8. end
Add Comment
Please, Sign In to add comment