Switch-Case Branch Statements

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

|60 : 00

Click the virtual machine below to start practicing