How is a list different than a table? list items can be changed dynamically The
ID: 3581440 • Letter: H
Question
How is a list different than a table? list items can be changed dynamically The number of items in a list can change Both of the above Neither of the above Why do we prefer to use Boolean sentry variables in while loops? That way there can only be two passes of the loop Boolean sentry variables cannot cause an endless loop It can be easier to manage multiple exit condition Because Boolean sentries are better than other kinds What is the special name for a variable that controls loop? A control variable A sentry variable A condition variable A Boolean variableExplanation / Answer
Answer:
1)C)
Both of the above
2)C)
it can be easier to manage multiple exit conditions.
3)A)
A control variable