Multiple Choice
C# provides a special loop known as the ____________, that automatically iterates once for each element in the array.
A) do-while loop
B) foreach loop
C) for loop
D) while loop
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q73: A List object has a(n) _ that
Q74: Because arrays are always passed _, a
Q75: When calling a method and passing an
Q76: To declare a two-dimensional array, two _
Q77: A two-dimensional array can be thought of
Q79: You can optionally initialize a List object
Q80: If you want to take out all
Q81: The only requirement for using a binary
Q82: An exception will occur if a List
Q83: Because array subscripts start at 1 rather