Which of the following statements is/are true?
A traditional for loop can iterate through an array starting
C.
With a traditional for loop, you control the order in which indexes are visited in code.
You can loop through an array in ascending or descending order.
Option C is correct.