java 數組中添加一個數,放入到數組的適當位置

public class Test {public static void main(String[]args)  {數組 int[]a={11,12,13,14,15,16,17,18,19,20};//定義好一個數組   int temp=0;//利用冒泡法,進行從高到低排序   for(int i=0;i<a.length;i++)   {    for(int j=i+1;j<a.leng
相關文章
相關標籤/搜索