版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、实验一,而学校 Gymnastics 类与1、实验题目体操比赛计算选手成绩的办法就是去掉一个最高分与一个最低分再计算平均分 考察一个班级的某科目的考试情况时,就是计算全班学生的平均成绩。School 类都实现了 ComputerAverage 接口 ,但实现方式不同。2、程序代码interface ComputerAveragepublic double average(double x);class Gymnastics implements ComputerAveragepublic double average(double x)int count=x 、 length;double a
2、ver=0,temp=0;for(int i=0;icount;i+)for(int j=i;jcount;j+)if(xjxi)temp=xi;xi=xj;xj=temp;for(int i=1;i2)aver=aver/(count-2);elseaver=0;return aver;class School implements ComputerAveragepublic double average(double x)int count=x 、 length;double aver=0;for(int i=0;i0)aver=aver/count;return aver;public
3、class Estimator public static void main(String args)double a=9、89,9、88,9、99,9、12,9、69,9、76,8、97;double b=89,56,78,90,100,77,56,45,36,79,98;ComputerAverage computer;computer= new Gymn astics();double result=computer、average(a);/computer 调用 average(double x)方法,将数组a传递给参数xSystem out、printf(%n);System ou
4、t、printf(体操选手最后得分:5、3fn,result);computer= new School();result=computer、average(b);/computer 调用 average(double x)方法,将数组 b传递给参数xSystem out、printf(班级考试平均分数:-5、2fn”,result);3、实验结果休操选手最后得分:9*668班级考试平均分数;73. 09Fress any key to continue.4、实验分析一个类可以实现多个接口,类通过使用关键字implements声明自己实现一个或多个接口如果一个非抽象类实现了某个接口,那么这个类
5、必须重写该接口的所有方法。5、实验练习School类如果不重写public double aversge(double x)方法,程序编译时提示怎样的错误? 答:SChool不就是抽象的,并且未覆盖ComputerAverage中的抽象方法。实验二1、实验题目货车要装载一批货物,货物由三种商品组成:电视、计算机与洗衣机,卡车需要计算出整批 货物的重量。2、实验代码in terface ComputerWeightpublic double computerWeight();class Televisi on impleme nts ComputerWeightpublic double com
6、puterWeight()return 3、5;class Computer impleme nts ComputerWeightpublic double computerWeight()return 2 、 67;class WashMachine implements ComputerWeightpublic double computerWeight()return 13 、 8;class TruckComputerWeight goods;double totalWeights=0;Truck(ComputerWeight goods)this、 goods = goods;pub
7、lic void setGoods(ComputerWeight goods)this、 goods = goods;public double getTotalWeights()totalWeights=0;for(int i=0;igoods 、 length;i+)totalWeights = totalWeights + goodsi 、 computerWeight();return totalWeights;public class CheckCarWeightpublic static void main(String args)ComputerWeight goods = ne
8、w ComputerWeight650; / 装载 650 件货物 for(int i=0;igoods 、 length;i+) / 分成三类 if(i%3 = 0) goodsi=new Television();else if(i%3 = 1) goodsi=new Computer();else if(i%3 = 2)goodsi=new WashMachine();Truck truck =new Truck(goods);System、out 、 printf(n 货车装载的货物重量 :%-8、 5f kgn,truck 、 getTotalWeights();goods = ne
9、w ComputerWeight68;/68 件货物for(int i=0;i out、printin(” 结冰);class NormalState impleme nts WaterStatepublic void showState()System out、println(冰冷或凉快);class HotState impleme nts WaterStatepublic void showState()System out、printin(” 有热气冒出,温热);class BoiledState impleme nts WaterStatepublic void showState(
10、)System、out、printin(” 沸腾,烫);class WaterWaterState state;public void show()state showState();public void setState(WaterState s)state=s;public class CheckWaterStatepublic static void main(String args)Water cupWater= new Water();System out、print(水杯中的水在零下时 :”); cupWater、setState(new SubzeroState(); cupWater、show();System out、print(水杯中的水在常温时 :); cupWater、setState(new NormalState();cupWater、show();System out、print(水杯中的水在六十七度时:”);cupWater、setState(new HotState();cu
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 防校园欺凌主题班会完整版
- 四川省德阳市2026中考语文作文真题解读及范文
- 2026农业养殖面试题及答案
- 2026破碎机操作员面试题库及答案
- 2026青海支教面试题及答案
- 2026热控设计面试题目及答案
- 2026砂石矿面试题库及答案大全
- 2026社工真实面试题及答案解析
- 2026省考汉中面试题及答案
- 2026食品学院面试题及答案
- 2025-2026学年人教版七年级下册地理总复习课件
- 2026年云南省中考数学试卷真题及答案解析
- 2025年成都市事业单位选调工作人员真题
- 2026年全国一卷高考英语听力试题答案讲解课件
- 2026年济宁银行人员招聘笔试参考试题及答案详解
- 2026春学期小学部编版语文三年级下册期末复习课件
- 2026四川凉山州西昌学院劳务招聘图书馆工作人员1人笔试参考题库及答案详解
- 2025年济宁银行校园招聘笔试考试试题及答案详解
- 2025-2026学年统编版历史七年级下册小论文合集
- 危险作业票证管理制度
- 人教版五年级下册语文期末试卷三套
评论
0/150
提交评论