In this lesson let's learn all about the Switch statement, the Switch statement takes a single value, and then looks through a list of choices (called cases), until a case that matches the value is found. Each case has it's own corresponding code that will be executed if there is a match.
0 comments:
Post a Comment