WEBVTT

1
00:00:00.000 --> 00:00:01.150
This switch statement is used for
multiple branching logic.

2
00:00:01.150 --> 00:00:04.410
So let’s skip over our two way branch and

3
00:00:04.410 --> 00:00:08.260
pull up the multi-way branch
an example for this video.

4
00:00:08.260 --> 00:00:11.900
Remember, we signed a value
to a variable called day.

5
00:00:13.200 --> 00:00:16.630
The we have several conditions for
the value.

6
00:00:16.630 --> 00:00:20.620
Let's go ahead and
comment out all these lines.

7
00:00:20.620 --> 00:00:25.640
So we can refer to it later and 
it won't interfere with our work.

8
00:00:25.640 --> 00:00:28.298
Switch is similar in some
ways to an if statement.
