You are about to report the tutorial shown below for review. Please only report if there is a problem with it.
Thanks.
Control Structures C and C++ / Functions and Classes
A program is usually not limited to a linear sequence of instructions. During its process it may bifurcate, repeat code or take decisions. For that purpose, C++ provides control structures that serve to specify what has to be done by our program, when and under which circumstances.