谁能帮帮我,我实在是做不出这个题目了
1个回答
展开全部
1、int a=10,b=11,t;
t=a;a=b;b=t;
2、%
3、false false7
4、第一题:b=3+4;因为3+4的结果是int型的,不能隐式转换为byte型。第二题:没问题。
第三题:b=b+1;因为b+1的结果是int型的,不能隐式转换为byte型。
5、第一个有,解决为s=(short)(s+1);第二个没有。
6、int a=10;double b=20.0;char c='a';boolean d=true;
System.out.println(""+a+b+c+d);
7、public class C
{
public static void main(String[] args)
{
String[] week={"星期日","星期一","星期二","星期三","星期四","星期五","星期六",};
int today=4,tendaylater=today+10;
System.out.println("今天是"+week[today]+",10天后是"+week[tendaylater%7]+"!");
}
}
11、byte,short,int,long,float,double,boolean,char,if,else。
12、byte,short,int,long,float,double,boolean,char。
t=a;a=b;b=t;
2、%
3、false false7
4、第一题:b=3+4;因为3+4的结果是int型的,不能隐式转换为byte型。第二题:没问题。
第三题:b=b+1;因为b+1的结果是int型的,不能隐式转换为byte型。
5、第一个有,解决为s=(short)(s+1);第二个没有。
6、int a=10;double b=20.0;char c='a';boolean d=true;
System.out.println(""+a+b+c+d);
7、public class C
{
public static void main(String[] args)
{
String[] week={"星期日","星期一","星期二","星期三","星期四","星期五","星期六",};
int today=4,tendaylater=today+10;
System.out.println("今天是"+week[today]+",10天后是"+week[tendaylater%7]+"!");
}
}
11、byte,short,int,long,float,double,boolean,char,if,else。
12、byte,short,int,long,float,double,boolean,char。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询