编写java应用程序,定义byte,ine,long,float,double,char和boolean等类型的数据,并用一个输出语句输

谢谢。... 谢谢。 展开
 我来答
A20110809ba
2012-09-03 · TA获得超过372个赞
知道小有建树答主
回答量:223
采纳率:100%
帮助的人:113万
展开全部
int a = 1;
boolean b = false;
char c = 'c';
long d = 2;
float e = 3.0f;
byte f = 4;
double g = 5.0;
System.out.print(a+" "+b+" "+c+" "+d+" "+e+" "+f+" "+g+" ");
输出的时候,将所有的对象转换为String类型输出了
leeyongjee
2012-09-03 · 超过16用户采纳过TA的回答
知道答主
回答量:182
采纳率:0%
帮助的人:63.4万
展开全部
// all of dataType you wanted and put into the object array
public Object []allDataTypes(){
byte bt=127;
int it=128;
long lg=2000L;
float ft=3423.1F;
double db=23123d;
char ch='c';
boolean bn=1==1;
Object ob=new Object[]{bt,it,lg,ft,db,ch,,bn};
return ob;
}

//the enter of programm;
public static void main(String []args){
Object []ob=allDataTypes(){;
for(int index=0,size=ob.length();index++)
System.out.println(ob[index])//print the result

}
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式