Which statements about array algorithms are true?
I. The array algorithms are building blocks for many programs that process arrays.
II. Java contains ready-made array algorithms for every problem situation.
III. It is inefficient to make multiple passes through an array if you can do everything in one pass.