chen-w
7/19/2017 - 9:32 PM

array size

array size

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