我有個問題請教,這程式是由小到大排成,那我要由大到小呢?public class ... 為排序的資料int temp; // 用來交換元素的暫存變數for(int i = 0;i < data.length - 1;i++) ...
tw.knowledge.yahoo.com