This example demonstrates floating point control in a for loop.
This example demonstrates floating point control in a for loop.
The jump statements unconditionally transfer program control within a function. C++ has four statements that perform an unconditionally branch : return, goto, break, and continue.
The iteration statements allow a set of instructions to be performed repeatedly until a certain condition is fulfilled. The iteration statements are also called loops or looping statements.
The operational flow of control of a program is altered depending upon a condition, by using selection statements. They are namely, if-statement, if-else-if ladder, ?
THe rules for using operators are stated in the code-editor as comments. The resulting data-type is also stated.