array size
// how to get array size int l = array.length; // because length is a property. no () here.