import ballerina/io; public function main() { string[2] fruits = ["apple", "orange"]; io:println(fruits.length()); }