文件名称:problem1
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2016-11-19
- 文件大小:
- 10kb
- 下载次数:
- 0次
- 提 供 者:
- f**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
1. 编写一个程序,用户键盘录入若干个学生的姓名和分数(程序每次提示用户输入“Y”或“N”决定是否继续录入学生信息,如果用户输入“N”则用户输入完毕)。用户录入完毕后,程序按成绩由高到低的顺序输出学生的姓名和分数(姓名和分数之间用一个空格分割)。【说明:键盘输入可以使用Scanner类】-1. Write a program, the user' s keyboard input number of student names and scores (each time the program prompts the user to enter " Y" or " N" to determine whether to enter student information, if the user enters " N" entered by the user is finished). After the user input is completed, the program results in descending order according to the output of the student' s name and scores (between names and scores divided by a space). [Note: You can use the keyboard to enter Scanner class}
(系统自动生成,下载前可以参看下载内容)
下载文件列表
problem1
........\.idea
........\.....\compiler.xml
........\.....\copyright
........\.....\.........\profiles_settings.xml
........\.....\misc.xml
........\.....\modules.xml
........\.....\workspace.xml
........\out
........\...\production
........\...\..........\problem1
........\...\..........\........\NameAndScore.class
........\...\..........\........\StringCompare.class
........\problem1.iml
........\src
........\...\NameAndScore.java
........\...\StringCompare.java