Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Most programs never operate in a linear manner. They will comprise of branches, loops, jumps, and maybe some form of parallelism. In this section, we will look at branching (if, ternary, and switch) and looping (for, while, do..while) statements

...