摘要: 1.输入一个长整型的变量 import java.util.Scanner; public class L { public static void main(String[] args) { long a ; a=123456789012345; System.out.println(a); }} 阅读全文
posted @ 2017-09-25 09:27 GJ77 阅读(169) 评论(0) 推荐(0)
摘要: 2.6 import java.util.Scanner; public class Red{ public static void main(String[] args){ Scanner input =new Scanner(System.in); System.out.println("Ent 阅读全文
posted @ 2017-09-17 19:16 GJ77 阅读(137) 评论(0) 推荐(0)
摘要: 1.3 public class JAVA{ 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.prin 阅读全文
posted @ 2017-09-10 20:38 GJ77 阅读(153) 评论(0) 推荐(0)