Guest User

dep method

a guest
May 5th, 2018
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.15 KB | None | 0 0
  1. public void dep(double depAmount){
  2.         depAmount = 0.00;
  3.         balance = (balance + depAmount);
  4.         deposits++;
  5.         service++;
  6.     }
Advertisement
Add Comment
Please, Sign In to add comment