ilham_syamsuddin

Untitled

Oct 29th, 2017
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. // DepositS;ot.java
  2. // represents the deosit slor of the atm
  3.  
  4. public class DepositSlot
  5. {
  6. //indicate wether envelope was received(always true, because this is only simulation anyway)
  7. public boolean isEnvelopeReceived()
  8. {
  9. return true;// it is received
  10. } //end method isEnvelopeReceived()
  11. }//end Deposit slot
Advertisement
Add Comment
Please, Sign In to add comment