# Introduction In the previous lab, we learned about the usage of if-else branch statements. In this lab, we will learn about switch-case branch statements. Compared to if-else statements, switch statements are more suitable for multiple condition scenarios. **Knowledge Points:** - switch-case statements - default keyword - fallthrough keyword
Click the virtual machine below to start practicing