For example we can declare an int variable with one value: int myValue = 1; Or an array with multiple values: int myValue[] = {5,3,2,7 ...
確定! 回上一頁