Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1.  
  2. public class Homework {
  3.  
  4. public static void main(String[] args) {
  5. Client firstClient = new Client("Deyan", "Monev", "0101", 3000);
  6. firstClient.withdraw();
  7. firstClient.showBalance();
  8.  
  9. }
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement