This lesson, a continuation of lesson 08 explores two more branching structures in Java: the switch statement and the if-else ladder. In the example from this lesson we write a program which converts a date like 2/23 into a string like "February 23rd." In the second half of the episode we'll cover enumerations, explaining the benefits of making your own data type and values.