5.1. Overview of Control Flow Statements

Control flow statements govern the flow of control in a program during execution, that is, the order in which statements are executed in a running program. There are three main categories of control flow statements that are discussed in this chapter:

  • Selection statements: if, if-else and switch.

  • Iteration statements: while, do-while and for.

  • Transfer statements: break, continue, return, try-catch-finally and assert.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.17.174.204