Advertisement
Guest User

ClockDemo

a guest
Apr 25th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1.  
  2. public class ClockDemo {
  3.  
  4. public static void main(String args[]){
  5. Clock c = new Clock();
  6. AlarmClock a = new AlarmClock();
  7.  
  8. a.readInput();
  9. a.writeOutput();
  10.  
  11. }
  12.  
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement