What activities can be used to iterate through an array?
Answers
Answered by
0
Answer:
Activities which allow the users to iterate through an array of strings are:-
For each
While
Do While
Another name for for each is that it is an iterative for loop.For each loop is used for traversing various items.
A while loop on the other hand is generally a control flow statement which allows code to be executed repeatedly.
Similar questions
Math,
6 months ago
English,
6 months ago
Environmental Sciences,
1 year ago
French,
1 year ago
History,
1 year ago