Which are true statements comparing for-each and traditional for loops? (Choose two.) A. Both can iterate through

Question:

Which are true statements comparing for-each and traditional for loops? (Choose two.) 

A. Both can iterate through an array starting with the first element. 

B. Only the for-each loop can iterate through an array starting with the first element. 

C. Only the traditional for loop can iterate through an array starting with the first element. 

D. Both can iterate through an array starting from the end. E. Only the for-each loop can iterate through an array starting from the end. 

F. Only the traditional for loop can iterate through an array starting from the end. 

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: