Computer Science, asked by rohitjaiswal84338, 2 months ago

The ______ statement includes an expression that specifies an initial value for an index, another expression that determines whether or not the loop is continued, and a third expression that allows the index to be modified at the end of each pass.

for

while

do-while

switch

Answers

Answered by parimalik
1

Answer:

answer is

conditional

Answered by Anonymous
0

The particular statement used is for statement.

  • The for statement typically contains an direct expression that specifies precisely an key index's initial value.
  • Another expression specifies whether the continuous loop is continued or not, and a third expression allows the index to be updated at the end of each move.
  • The statement requires the user to reiterate a certain number of times for a statement or compound statement. A sentence body properly executes zero or more times before an optional condition becomes incorrect.

Similar questions