Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import java.io.*;
- import java.util.*;
- public class ATM {
- public static void main(String args[]) throws IOException{
- System.out.println("Welcome to VaggelisATM");
- AccountCreation ac = new AccountCreation();
- ac.MakeAccount();
- }
- }
Add Comment
Please, Sign In to add comment