您的位置:首页 > 其它

练习

2015-12-01 09:01 169 查看
public class a {

public static void main(String[] arg){
//注释

System.out.println("Hellow wold");
String a=("我在这里");
a=("他在这里");
System.out.println(a);
byte t=-128;
System.out.println(t);
short s=9999;
System.out.println(s);
int l=123;
System.out.println(l);
float h=123.54555547444F;
System.out.print(h);

}

}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: