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