2017年9月11日

摘要: import java.lang.Math; public class C{ private double radius; C(double r){ this.radius = r; } public double areaCal(){ return Math.PI*this.radius*this 阅读全文

posted @ 2017-09-11 12:29 打得不错 阅读(176) 评论(1) 推荐(0) 编辑

摘要: 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.println( 阅读全文

posted @ 2017-09-11 12:09 打得不错 阅读(151) 评论(1) 推荐(0) 编辑