摘要: 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) 编辑
摘要: import java.util.Scanner; public class Jisuanjl{ public static void main(String[] args){ Scanner input=new Scanner(System.in); System.out.print("Enter 阅读全文
posted @ 2017-09-16 16:15 徐丶杨 阅读(91) 评论(0) 推荐(0) 编辑
摘要: import java.util.Scanner; public class Duquzs{ public static void main(String[] args){ int i; Scanner input=new Scanner(System.in); System.out.print(" 阅读全文
posted @ 2017-09-16 15:45 徐丶杨 阅读(111) 评论(0) 推荐(0) 编辑
摘要: public class Tuxing{ public static void main(String[] args){ System.out.println(" J A V V A"); System.out.println(" J A A V V A A"); System.out.printl 阅读全文
posted @ 2017-09-12 15:37 徐丶杨 阅读(125) 评论(1) 推荐(0) 编辑
摘要: 删除 2017-09-11 10:41 public class Yuan{ public static void main(String[] args){ double r; double area; double zhouchang; r = 5.5; area = r * r * Math.P 阅读全文
posted @ 2017-09-11 14:09 徐丶杨 阅读(84) 评论(1) 推荐(0) 编辑