• + 0 comments

    The description is incorrectly written. It states:

    "The first students arrived on. The last were late. The threshold is students, so class will go on. Return YES."

    So, when you meet the threshold, you return "YES" because the class should go on, but on the examples it says that returning "YES" implies the class will be cancelled.

    Poorly written, should be fixed.