您当前的位置: 首页 >  Java

Gutie_bartholomew

暂无认证

  • 3浏览

    0关注

    378博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

JAVA实现数组排序(程序练习)

Gutie_bartholomew 发布时间:2018-09-21 23:53:51 ,浏览量:3

方法1:

package fun;
//方法1:冒泡排序
public class BubbleSort {
	public static void main(String[] args) {
		int score[]={88,55,99,35,51,6,92};
		//int score[]={1,2,3,4,5,6,7};
		for(int i=0;i            
关注
打赏
1662709650
查看更多评论
0.1716s