Java程序设计实验报告六_第1页
Java程序设计实验报告六_第2页
Java程序设计实验报告六_第3页
全文预览已结束

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、Java程序设计实验报告六学生姓名:王方博 班级:2010级信科(2)班 学号:243实验地点:信息学院220室 指导教师:邢诒杏 实验日期:2012-00-22 共2学时实验环境:Windows 2000+JDK1.5/1.6+Jcreator+记事本1. 实验目的(1) 掌握学习数组变量的声明、数组的创建、引用以及初始化2. 实验内容(1) 完成教材编程练习题P183 6.7(2) 完成教材编程练习题P153 6.19(3) 完成教材编程练习题P202 7.1(4) 完成教材编程练习题P204 7.11(5) 完成教材编程练习题P207 7.19(选做)游戏服务器3. 实验过程报告撰写具体

2、要求:上述实验内容要求写出源代码及运行结果。实验内容(1):public class dudu public static void main(String args) int counts = new int10; for (int i = 0; i < 100; i+) int n = (int)(Math.random() * 10); countsn+; for (int i = 0; i < counts.length; i+) System.out.println("Count for " + i + " is " + count

3、si); 实验内容(2):public class haha public static void main(String args) java.util.Scanner input = new java.util.Scanner(System.in); System.out.print("Enter the number of students: "); int numberOfStudents = input.nextInt(); String names = new StringnumberOfStudents; double scores = new doublen

4、umberOfStudents; for (int i = 0; i < scores.length; i+) System.out.print("Enter a student name: "); namesi = input.next(); System.out.print("Enter a student score: "); scoresi = input.nextDouble(); for (int i = scores.length - 1; i >= 1; i-) double currentMax = scores0; int

5、 currentMaxIndex = 0; for (int j = 1; j <= i; j+) if (currentMax < scoresj) currentMax = scoresj; currentMaxIndex = j; if (currentMaxIndex != i) scorescurrentMaxIndex = scoresi; scoresi = currentMax; String temp = namescurrentMaxIndex; namescurrentMaxIndex = namesi; namesi = temp; for (int i = scores.length - 1; i >= 0; i-) System.out.println(namesi +

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论