/*
* Created on 2003/12/16
*
* To change the template for this generated file go to
* Window>Preferences>Java>Code Generation>Code and Comments
*/
/**
* @author zhaoz
*
* To change the template for this generated type comment go to
* Window>Preferences>Java>Code Generation>Code and Comments
*/
public class area {
public static void main(String args[]){
double pi,r,a,c,d;
r=10.8;
pi=3.1416;
a=pi*r*r;
c=3.0;
d=4.0;
System.out.println("area of circle: " + a);
char ch1,ch2;
ch1=88;
ch2='Y';
System.out.println("ch1 and ch2 " + ch1 + " " + ch2);
ch1='X';
System.out.println("ch1 " + ch1);
ch1++;
System.out.println("ch1 now " + ch1);
ch1='\123';
System.out.println("ch1 now " + ch1);
ch1='\u3540';
System.out.println("ch1 now " + ch1);
ch1='\r';
System.out.println("ch1 now " + ch1);
ch1='\t';
System.out.println("ch1 now " + (int)ch1);
ch1='\b';
System.out.println("ch1 now " + (int)ch1);
ch1='\f';
System.out.println("ch1 now " + (int)ch1);
a=Math.sqrt(c*c+d*d);
System.out.println("a now " + a);
int e=257;
byte f;
f=(byte)e;
System.out.println("f now " + f);
e=10000%256;
System.out.println("e now " + e);
f=(byte)pi;
System.out.println("pi now " + f);
byte aa,bb,cc;
aa=125;
bb=125;
cc=100;
e=aa*bb*cc;
System.out.println("e now " + e);
aa=50;
aa=(byte)(aa*2);
System.out.println("aa now " + aa);
int[][] twoD;
twoD=new int[4][];
for(int i=0;i<4;i++){
twoD[i]=new int[i+1];
}
int i,j,k=1;
for(i=0;i<4;i++){
for(j=0;j<i+1;j++){
twoD[i][j]=k;
k++;
}
}
for(i=0;i<4;i++){
for(j=0;j<i+1;j++){
System.out.print(twoD[i][j] + " ");
}
System.out.println();
}
}
}
Java2 参考大全(第4版中文版).rar
需积分: 0 101 浏览量
更新于2008-11-14
1
收藏 2.41MB RAR 举报
Java2 参考大全(第4版中文版).rarJava2 参考大全(第4版中文版).rarJava2 参考大全(第4版中文版).rarJava2 参考大全(第4版中文版).rarJava2 参考大全(第4版中文版).rarJava2 参考大全(第4版中文版).rarJava2 参考大全(第4版中文版).rarJava2 参考大全(第4版中文版).rarJava2 参考大全(第4版中文版).rar
Finecheng
- 粉丝: 1
- 资源: 18
最新资源
- 6-增加多项式曲线图形.m
- 转弯龙骨链条输送机sw16可编辑全套技术资料100%好用.zip
- MATLAB仿真 基于相位差变化率的单站无源定位仿真 有参考文档 主要参考文档: 1.快速单站无源定位算法研究 第三章
- 转盘理料机(sw16可编辑+工程图+bom)全套技术资料100%好用.zip
- 自动锁螺丝机细化完全step全套技术资料100%好用.zip
- 7-附加有正态密度曲线的直方图.m
- 8-在指定的界线之间画正态密度曲线.m
- Comsol周期性超表面多极子分解 附赠一键使用教包含公式总结、Comsol程序以及matlab绘图
- 万能网卡驱动全集(WIN7/XP)-对于winxp没有网卡驱动(即本地连接)的亲测有效
- Screenshot_2025-01-04-20-41-29-537_com.tencent.mtt.jpg
- Screenshot_2025-01-04-20-26-03-568_com.taobao.idlefish.jpg
- Screenshot_2025-01-04-20-09-44-927_com.smile.gifmaker.jpg
- Java学生信息管理系统(MySQL版)源码+数据库+文档说明.zip
- preview.pdf
- Windows添加计划任务程序,每日定时删除vminst.log
- Java学生信息管理系统(MySQL版)源码+数据库+文档说明(高分项目)