摘要: 思路:(1)总体思路就是通过双层循环进行排序,从大到小一次排序(2)将数字转化为字符串相加之后再转回为数值比较大小,通过简单交换排序的方法public static String SortMax(int number[]){ int max = 0; int min = ... 阅读全文
posted @ 2015-04-27 22:14 雨水_123 阅读(213) 评论(0) 推荐(0) 编辑