Advertisement
Guest User

Untitled

a guest
Aug 9th, 2018
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     public ServiceAccount(double balance, String owner){  
  2.     }
  3.     public void setFee(double fee){
  4.     this.fee = 0.02;
  5.    
  6.     }
  7.     public void deposit(double amount){
  8.     balance += amount-(amount*fee);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement