Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DepositSlot #1

Open
anshusony12 opened this issue Feb 18, 2021 · 6 comments
Open

DepositSlot #1

anshusony12 opened this issue Feb 18, 2021 · 6 comments

Comments

@anshusony12
Copy link

There is an error in your code since DepositSlot class is missing.
If there is any such mistake or file missing then update your repo with error free.

@VarunKolagad
Copy link

Same error here.

@GauthamVijay
Copy link

The DepositSlot.java file is missing. Please upload the missing file. Thanks

@Manya009
Copy link

DepositSlot.java is missing pls upload it asap

@GProko
Copy link

GProko commented Jan 26, 2022

Deposit slot is missing pls add depositslot.java

@hilbert-nunes
Copy link

hilbert-nunes commented Feb 14, 2022

DepositSlot.java

public class DepositSlot
{
    // indicates whether envelope was received (always returns true,
    // because this is only a software simulation of a real deposit slot)
    public boolean isEnvelopeReceived()
    {
        return true; // deposit envelope was received
    } // end method isEnvelopeReceived
} 

@Manya009
Copy link

Manya009 commented Feb 15, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants