[exit Q&A]

Questions and Answers
I don’t understand the ’length’ property.

The ‘array.length’ field tells how many cells ‘array’ has. In our assignment, ‘array.lenth’ carries the value delivered to the constructor. You can verify it with the instruction ‘System.out.println( array.length )’.

I just cannot figure out the method of finding max values.

Never go back!

What is the largest number you saw? How did you figure it out?