Step 2. Iteration and Search

In this step you will learn basic array techniques: iterating elements, analyzing values, and finding needed data. Each exercise helps reinforce array traversal and simple conditions.
What you will learn to do:
  • Iterate an array from start to end
  • Count elements by a condition
  • Find maxima and specific values
  • Find an element's index in an array