Guest User

Untitled

a guest
Apr 2nd, 2016
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. import java.io.*;
  2. import java.util.*;
  3.  
  4.  
  5. public class ATM {
  6.  
  7.  
  8. public static void main(String args[]) throws IOException{
  9.  
  10. System.out.println("Welcome to VaggelisATM");
  11.  
  12. AccountCreation ac = new AccountCreation();
  13. ac.MakeAccount();
  14.  
  15. }
  16.  
  17. }
Add Comment
Please, Sign In to add comment