文件名称:StudentTestKaoShi_4
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2016-12-28
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- 田**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
分析以下需求,并用代码实现:
1. 自定义一个类学生
学生中有姓名和年龄属性
2. 利用new关键字创建4个学生
为4个学生的姓名和年龄赋值
3. 将这四个学生添加到集合中
4. 利用冒泡排序算法,对集合中的学生按照年龄从小到大排序
5. 最终遍历集合中排序好的学生,打印学生的姓名和年龄-Analyze the following requirements and implement them in code:
1. Customize a class student
Students have a name and age attribute
2. Create four students with the new keyword
Name and age of four students
3. Add the four students to the collection
4. Using the bubble sort algorithm, the collection of students in accordance with the age small to large sort
5. Finally traverse the collection of students sorted, print the student s name and age
Google 翻译(企业版):译者工具包网站翻译器全球商机洞察
关于 Google 翻译社区移动Google 大全隐私权和使用条款帮助发送反馈
1. 自定义一个类学生
学生中有姓名和年龄属性
2. 利用new关键字创建4个学生
为4个学生的姓名和年龄赋值
3. 将这四个学生添加到集合中
4. 利用冒泡排序算法,对集合中的学生按照年龄从小到大排序
5. 最终遍历集合中排序好的学生,打印学生的姓名和年龄-Analyze the following requirements and implement them in code:
1. Customize a class student
Students have a name and age attribute
2. Create four students with the new keyword
Name and age of four students
3. Add the four students to the collection
4. Using the bubble sort algorithm, the collection of students in accordance with the age small to large sort
5. Finally traverse the collection of students sorted, print the student s name and age
Google 翻译(企业版):译者工具包网站翻译器全球商机洞察
关于 Google 翻译社区移动Google 大全隐私权和使用条款帮助发送反馈
(系统自动生成,下载前可以参看下载内容)
下载文件列表
StudentTestKaoShi_4.java