AkramAbd

daracase

May 15th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1.  
  2.  
  3. /**
  4. * Write a description of class ATMCaseStudy here.
  5. *
  6. * @author (your name)
  7. * @version (a version number or a date)
  8. */
  9. public class ATMCaseStudy
  10. {
  11. // main method creates and runs the ATM
  12. public static void main(String[] args){
  13. ATM theATM = new ATM();
  14. theATM.run();
  15. } // end main
  16. } // end class ATMCaseStudy
Advertisement
Add Comment
Please, Sign In to add comment