Advertisement
arafaee

DepositSlot.java

May 13th, 2017
933
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.21 KB | None | 0 0
  1. /**  
  2.   * DepositSlot.java
  3.   *  
  4.   * @author Hafara Firdausi/ 5115100043
  5.   * @version 01  
  6.   */
  7.  
  8. public class DepositSlot
  9. {
  10.      public boolean isEnvelopeReceived()
  11.      {
  12.          return true;
  13.      }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement