question 37\n1 pts\nin all but very rare cases, loops must contain, within themselves _______.\nnested…

question 37\n1 pts\nin all but very rare cases, loops must contain, within themselves _______.\nnested loops\na way to terminate\narithmetic operators\nnested decision structures
Answer
Brief Explanations:
Loops need a termination condition to stop executing. Without it, they would run indefinitely (infinite loop). Nested loops, arithmetic operators, and nested decision - structures are not always required within a loop.
Answer:
B. a way to terminate