Examlex

Solved

What Is the Initial Statement in the Following for Loop \quad

question 8

Multiple Choice

What is the initial statement in the following for loop? (Assume that all variables are properly declared.) int i;
For (i = 1; i < 20; i++)
\quad Cout << "Hello World";
\quad Cout << "!" << endl;


Definitions:

Related Questions