🔥 Burn Fat Fast. Discover How! 💪

10, If you want to iterate over the values in an array of inte | AI Programming

10, If you want to iterate over the values in an array of integers called arrNumbers to perform an action on them, which loop statement enables you to do this
Anonymous Quiz
14%
for each (int number in arrNumbers){ }
35%
for (int i; each i in arrNumbers; i++){ }
24%
foreach (number in arrNumbers){ }
27%
foreach (int number in arrNumbers){ }