• + 0 comments

    There is a confusing typo in the instructions. The 2 lines below conflict:

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

    "It must return YES if class is cancelled, or NO otherwise."

    The first instruction makes it seem that you should return YES if the class is held, the second says the opposite. From the sample case you can tell that the 2nd version is correct, but it's confusing.