string[ ] student = new string[ 3 ];. The first part “string” defines the data type of the array, then we provide the array name. Then after ...
確定! 回上一頁