Examlex

Solved

Consider the Execution of the Following for Loop for (Int

question 14

Multiple Choice

Consider the execution of the following for loop for (int x = 1; x < 5; increment) {
Cout << x + 1 << endl;
}
If the last value printed is 5, which of the following might have been used for increment?


Definitions:

Related Questions