Which statement about looping in sequences is TRUE?
Which statement about looping in sequences is TRUE?
The statement 'The current loop counter value can be passed to the stages in the loop' is true. In most programming and scripting environments, the loop counter value is often accessible within the loop and can be utilized by the stages or steps within that loop. This allows for dynamic operations based on the current iteration of the loop.
Answer is C