The statement that is used to check several possible constant value.
Answers
Answered by
0
Answer:
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.
Similar questions