Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class excercise4 {
- public static void main(String[] args)
- {
- System.out.println("the initial deposit is 1000");
- System.out.println("the first year total is 1050");
- System.out.println("the second year total is 1100");
- System.out.println("the third year total is 1150");
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment