WriteLine("The ArrayList initially contains the following values:"); PrintValues(myAL); // Sorts the values of the ArrayList. myAL.Sort(); // Displays the ...
確定! 回上一頁