To create an array of strings, you declare an array as follows : String[] fruits = new String[3];. This statement declares and instantiates fruits that can ...
確定! 回上一頁