Suppose myArray is an array containing floats.
Which of the following are valid loop control statements for processing each element of myArray?
A.
Option A demonstrates the correct syntax of an enhanced for loop, traversing the elements of an array of floats.