Richard_Sekol

ex4

Sep 18th, 2014
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. public class excercise4 {
  2. public static void main(String[] args)
  3. {
  4. System.out.println("the initial deposit is 1000");
  5. System.out.println("the first year total is 1050");
  6. System.out.println("the second year total is 1100");
  7. System.out.println("the third year total is 1150");
  8. }
  9.  
  10. }
Advertisement
Add Comment
Please, Sign In to add comment