String[] arr = {"apple", "orange"}; void setup(){ println(arr.length); }