4 lines
75 B
Text
4 lines
75 B
Text
String[] arr = {"apple", "orange"};
|
|
void setup(){
|
|
println(arr.length);
|
|
}
|