摘要: public class X{ public static void main(String[] args){ //第一题 System.out.println("5+5="+5+5); //第二题 int a=3,b; b=a++; System.out.println("a="+a+",b="+ 阅读全文
posted @ 2017-10-01 14:01 徐丶杨 阅读(224) 评论(0) 推荐(0) 编辑
摘要: public class ShuJuleixing{ public static void main(String[] args){ long l=123456789012345l;//输出一个长整型变量 System.out.println(l); float f=2.4f;//输出一个单精度的小 阅读全文
posted @ 2017-10-01 11:32 徐丶杨 阅读(127) 评论(0) 推荐(0) 编辑