Skip to main content
Logo image

Chapter 10 Advanced Branching

In this chapter, we’ll cover the following topics:
  • A different type of branching statement: the switch() statement
  • Using for and if together
  • A loop inside a loop (so-called nested loops
  • Common errors with branching