摘要: 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-25 11:15 王泳钦 阅读(84) 评论(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-25 11:12 王泳钦 阅读(87) 评论(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-25 11:08 王泳钦 阅读(97) 评论(0) 推荐(0)
摘要: public class Yuan{ public static void main(String[] args){ double r; double area; double zhouchang; r = 5.5; area = r * r * Math.PI; zhouchang = r * M 阅读全文
posted @ 2017-09-25 11:03 王泳钦 阅读(271) 评论(0) 推荐(0)