Before we can use an enumeration, we need to give it possible values, which are also known as cases.

Perfect! With the case keyword, we introduce an enumeration's cases, which we add in lowercase letters.

That doesn't look right, does it?