Computer Science, asked by alokkumarsingh904, 1 month ago

name the two types of interative statement​

Answers

Answered by ᏞiteralFairy
25

Answer:

\bf\huge\underline{Answer:-}

  • The while Statement. The while statement evaluates a control expression before each execution of the loop body.
  • The do Statement. The do statement evaluates the control expression after each execution of the loop body.
Similar questions