java程序设计(辛运帏饶一梅马素霞第二版)课后习题答案.doc

java程序设计(辛运帏饶一梅马素霞第二版)课后习题答案.doc

ID:50505164

大小:884.00 KB

页数:247页

时间:2020-03-10

java程序设计(辛运帏饶一梅马素霞第二版)课后习题答案.doc_第1页
java程序设计(辛运帏饶一梅马素霞第二版)课后习题答案.doc_第2页
java程序设计(辛运帏饶一梅马素霞第二版)课后习题答案.doc_第3页
java程序设计(辛运帏饶一梅马素霞第二版)课后习题答案.doc_第4页
java程序设计(辛运帏饶一梅马素霞第二版)课后习题答案.doc_第5页
资源描述:

《java程序设计(辛运帏饶一梅马素霞第二版)课后习题答案.doc》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库

1、第二章习题2.2importjava.util.*;classMyDate{privateintyear;privateintmonth;privateintday;publicMyDate(inty,intm,intd){//构造函数,构造方法year=y;month=m;day=d;}//endpublicMyDate(inty,intm,intd)publicintgetYear(){//返回年returnyear;}//endgetYear()publicintgetMonth(){//返回月returnmonth;}//endgetMonth()publicintgetDa

2、y(){//返回日returnday;}//endgetDay()}//endclassMyDateclassEmployee{privateStringname;privatedoublesalary;privateMyDatehireDay;publicEmployee(Stringn,doubles,MyDated){name=n;salary=s;hireDay=d;}//endpublicEmployee(Stringn,doubles,MyDated)publicvoidprint(){System.out.println("名字:"+name+"工资:"+salar

3、y+"雇佣年份:"+hireYear()+"");}//endprint()publicvoidraiseSalary(doublebyPercent){salary*=1+byPercent/100;}//endpublicinthireYear(){returnhireDay.getYear();}}//endclassEmployeepublicclassMyTestClass{publicstaticvoidmain(String[]args){Employee[]staff=newEmployee[3];staff[0]=newEmployee("HarryHack

4、er",35000,newMyDate(1989,10,1));staff[1]=newEmployee("CarlCarcker",75000,newMyDate(1987,12,15));staff[2]=newEmployee("TonyTester",38000,newMyDate(1990,3,12));intintegerValue;System.out.println("Theinformationofemployeeare:");for(integerValue=0;integerValue<=2;integerValue++){staff[integerValue]

5、.raiseSalary(5);}//endfor()for(integerValue=0;integerValue<=2;integerValue++){staff[integerValue].print();}//endfor()}//endmain()}//endclassMyTestClass//习题2.4importjava.util.*;publicclassDataType{publicstaticvoidmain(String[]args){booleanflag;charyesChar;bytefinByte;intintValue;longlongValue;sh

6、ortshortValue;floatfloatValue;doubledoubleValue;flag=true;yesChar='y';finByte=30;intValue=-7000;longValue=200l;shortValue=20000;floatValue=9.997E-5f;doubleValue=floatValue*floatValue;System.out.println("thevaluesare:");System.out.println("布尔类型变量flag="+flag);System.out.println("字符型变量yesChar="+ye

7、sChar);System.out.println("字节型变量finByte="+finByte);System.out.println("整型变量intValue="+intValue);System.out.println("长整型变量longValue="+longValue);System.out.println("短整型变量shortValue="+shortValue);System.out.println("浮点型变量floatValue=

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。