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