Conditional Statements (if, switch)
Conditionals choose a branch at runtime. Modern C++ adds two things worth knowing beyond the basic
Conditionals choose a branch at runtime. Modern C++ adds two things worth knowing beyond the basic
goto jumps unconditionally to a label in the same function. It exists, it is occasionally the
Four looping forms cover every case. The decision is rarely about capability — they are mostly