Write down the steps of looping process.

Last updated on June 13th, 2020 at 08:26 pm

Steps of looping process: A looping process, in general, would include the following four steps.

  1. Setting and initialization of a condition variable.
  2. Execution of the statements of the loop.
  3. Test for a specified value of the condition variable for execution of the loop.
  4. Increasing or updating the condition variable.
The above given steps may come at any order depending on the type of the loop.