Advertisement
arafaee

ATMCaseStudy.java

May 13th, 2017
959
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.24 KB | None | 0 0
  1. /**  
  2.   * ATMCaseStudy.java
  3.   *  
  4.   * @author Hafara Firdausi/ 5115100043
  5.   * @version 01
  6.   */
  7.  
  8. public class ATMCaseStudy
  9. {
  10.     public static void main(String[] args)
  11.     {
  12.         ATM theATM = new ATM();
  13.         theATM.run();
  14.     }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement