Computer Science, asked by anaibak786, 6 months ago

Which of the following is not a part of a loop? *

Initialisation

Repetition

Condition

Updation​

Answers

Answered by thadinesh2005
10

Answer:

updation is the answer

Mark me as brainlist

Answered by qwcricket10
0

Repetition is not part of a loop statement. The loop statement's purpose is to check conditions repeatedly.

  • There will be conditions, and the loop will run continuously until that condition me-ets.
  • There are a few loops that we can use in the program according to its need.
  • So, in the loop first the programmer needs to assign a particular value to a variable, this phase is known as initialization.
  • And the next part will be the condition where the loop checks the criteria for the required need.
  • Based on the result of the condition check the variable value modify by increasing or decreasing its value.  
Similar questions