If a large item collection is processed using For Each,which activity enables you to efficiently exit the loop after a specific moment?


If a large item collection is processed using For Each,which activity enables you to efficiently exit the loop after a specific moment?
A . The "Break" activity is the most suitable in For Each
B . A While loop should be used For Each
C . No activity can be used. Instead, you have to try create a Boolean variable based on which the For Each loop is broken

Answer: A

Leave a Reply

Your email address will not be published.