If we want to write a program to output the text based day of the week given a numeric day of the week, we could solve this with nested If Then Else statements.
This is tedious and a lot of nesting. There's Got to be a better way... Introducing the Java Switch / Case
SwitchWeekday.java