C# Beginners Course: Conditions (switch Statement)



Video lectures for my C# beginners course at the HTL Leonding (https://htl-leonding.ac.at). You can find the slides for this course at https://htl-leo-prog-1.github.io/programming_fundamentals_cs/.

Please make sure to watch the previous videos of this course (https://youtube.com/playlist?list=PLhGL9p3BWHwsJN6kbQPOVZpEw2NXQXZQN) in order to have all the necessary prerequisites.

00:00:00 Welcome, introduction
00:00:26 The switch statement
00:04:33 When to use if, when to use switch
00:05:25 Exercise: Calculator
00:07:46 Exercise: Rock, Paper, Scissors, Lizard, Spock
00:09:08 Pro tip: Switch expression
00:11:37 Closing