已阅读5页,还剩2页未读, 继续免费阅读
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
实验一:Java基本语法【 实验目的】了解Java的数据类型,掌握各种变量的声明方式,理解运算符的优先级,掌握Java基本数据类型、运算符与表达式,掌握顺序结构、选择结构和循环结构语法的程序设计方法。【实验要求】1、编写一个声明Java不同数据类型变量的程序。2、编写使用不同选择结构的程序。3、编写使用不同循环结构结构的程序。【实验内容】 1、声明不同数据类型变量public class SimpleTypepublic static void main(String args)byte b=0x55;short s=0x55f;int i=1000000;long l=0xfffl;char c=c;float f=0.23F;double d=0.7E-3;boolean bool=true;System.out.println(b=+b);System.out.println(s=+s);System.out.println(i=+i);System.out.println(l=+l);System.out.println(c=+c);System.out.println(f=+f);System.out.println(d=+d);System.out.println(bool=+bool);2、(1)使用选择结构public class TestIfpublic static void main(String args)boolean leap;int year=2005;if(year%4=0&year%100!=0)|(year%400=0)/方法一System.out.println(year+年是闰年);elseSystem.out.println(year+年不是闰年);year=2008;/方法二if(year%4!=0)leap=false;else if(year%100!=0)leap=true;else if(year%400!=0)leap=false;elseleap=true;if(leap=true)System.out.println(year+年是闰年);elseSystem.out.println(year+年不是闰年);year=2050;/方法三if(year%4=0)if(year%100=0)if(year%400=0)leap=true;elseleap=false;elseleap=false;elseleap=false;if(leap=true)System.out.println(year+年是闰年);elseSystem.out.println(year+年不是闰年); (2) 使用switch语句public class SwitchTestpublic static void main(String args)throws java.io.IOExceptionchar a;System.out.println(Enter a number from 1-3:);a=(char)System.in.read();switch(a)case1:System.out.println(win a Car!);break;case2:System.out.println(picked the goat);break;case3:System.out.println(get to keep your 100);break;default:System.out.println(entry);3. 使用循环结构(1)使用for语句public class TestForpublic static void main(String args)throws java.io.IOExceptionint fahr,cels;System.out.println(Celsius Fahrenheit);for(cels=0;cels=100;cels+=5)fahr=cels*9/5+32;System.out.println(cels+ +fahr);char a;outer:/this is the label for the outer loopfor(int i=0;i10;i+)for(int j=0;j10;j+)a=(char)System.in.read();if(a=b)break outer;if(a=c)continue outer;2) 使用while语句A、import java.io.*;public class TestWhilepublic static void main(String args)throws IOExceptionchar ch;System.out.println(按1/2/3数字键可得大奖!);System.out.println(按空格键后回车可推出循环操作。);while(ch=(char)System.in.read()!= )System.in.skip(2);/跳过回车键switch(ch)case1:System.out.println(恭喜你得大奖,一辆汽车!);break;case2:System.out.println(不错呀,你得到一台笔记本脑!);break;case3:System.out.println(没有白来,你得到了一台冰箱!);break;default:System.out.println(真不幸,你没有奖品,下次再来。);B、求1+2+-+100之和的程序如下:public class TestDoWhilepublic static void main(String args)int n=1,sum=0;dosum+=n+;while(n=100);System.out.println(1+2+.+100=+sum);C、多重循环,输出九九乘法表的程序。public class TestMulpublic static void main(String args)int i,j,n=9;System.out.println( * |);for(i=1;i=n;i+)System.out.print( +i);System.out.print(n-|);for(i=1;i=n;i+)S
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 资产转让合同格式
- 专业借款合同样本:工程
- 2024房屋装修合同协议书个人范本
- 标准版店铺租赁合同样式
- 2024年度网络安全服务合同标的定义与执行细则
- 水产养殖合同收购范例
- 2024卫星遥感数据服务采购合同
- 2024人工智能在医疗诊断中的应用合同
- 2024年广告发布与 media buy 合同
- 临时用工合同范文
- 轮扣式模板支撑架安全专项施工方案
- 酒店装饰装修工程验收表
- 中国行业分类代码表
- 社会组织协会换届选举会议主持词
- 呼吸科(呼吸与危重症医学科)出科理论试题及答案
- 清新个人工作述职报告PPT模板
- 公路工程通用(专用)合同条款汇编.
- 工程施工现场及常用对话场景英语集锦
- 肺癌的靶向治疗法PPT课件.ppt
- 凸透镜成像规律动画演示
- 专卖店空间设计(课堂PPT)
评论
0/150
提交评论