An infinite loop might look something like:
while 1==1:
print("Infinite loop")
as 1 is ALWAYS equal to 1.
A "do while....." statement is a looping instruction to a program to repeat a stage in the program while some condition is true - e.g while a variable is negative, or, while one variable is less than another. A "do for ....." statement is a looping instruction to a program to repeat a stage in the program a set number of times - e.g for steps = 1 to 10, or, for steps = 1 to (some variable).
What is looping statement?
Looping is linking your thoughts to expand on your writing.
There is insufficient information in the question to answer it. Please rephrase the question.
Looping - 1992 is rated/received certificates of: Belgium:KT
Looping State of Mind was created on 2011-10-24.
Looping the Loop - 1903 was released on: USA: April 1903
You cannot, unless n is a counter in a program or algorithm for a looping process. In that case, you need to know what the algorithm is doing.
Looping Star - Nagashima Spa Land - was created in 1982.
Looping - 1981 is rated/received certificates of: West Germany:16 (f)
looping refers to the covering of all the nodes from a source to the destination by reaching all the nodes at once
differance between control statement and looping statement?