面向对象程序设计第二周作业
摘要:
public class testhello { /** * @param args */ public static void main(String[] args) { int R=5; System.out.println(R*R*3.14); } } public class testhel 阅读全文
posted @ 2021-03-12 11:29 我裂开 阅读(41) 评论(0) 推荐(0) 编辑