2017年9月10日

摘要: public class Kilometer{ public static void main(String[] args) { System.out.println("平均速度为: "+(24*1.6)/(1+40/60+35/3600)); }} 阅读全文
posted @ 2017-09-10 20:17 老张的小迷妹儿 阅读(79) 评论(0) 推荐(0) 编辑
摘要: public class Figure{ 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.print 阅读全文
posted @ 2017-09-10 19:56 老张的小迷妹儿 阅读(87) 评论(0) 推荐(0) 编辑
摘要: public class Area{ public static void main(String[] args) { double radius=5.5; double area,circle; circle=2*Math.PI*radius; area=radius*radius*Math.PI 阅读全文
posted @ 2017-09-10 19:49 老张的小迷妹儿 阅读(169) 评论(2) 推荐(0) 编辑

导航