Consider the following array declaration:
boolean[] arr = new boolean[4];
what does the number 4 in the above code tell us about this array?
There are no hints for this question