Which of the following statements is true regarding Lists and Arrays?
Options are :
Select all that apply, then click Submit answer.
-
○
You can add any number of elements to an array.
-
○
You can iterate through a List using a For Each loop activity.
-
○
List items can be added using an Add to Collection activity.
-
○
Array and List elements can be accessed by index.