string [] cars;. We have now declared a variable that holds an array of strings. To insert values to it, we can use an array literal - place the values in a ...
確定! 回上一頁