摘要: public class aaa{ 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 13:29 古河家 阅读(92) 评论(1) 推荐(0) 编辑
摘要: public class my{ public static void main(String[] args){ int a=35+100*60; //将跑步时间转化为秒 double b=2.0*1.6; //将跑步路程转化为公里 System.out.println("平均速度:"+ a/360 阅读全文
posted @ 2017-09-11 13:29 古河家 阅读(82) 评论(1) 推荐(0) 编辑
摘要: public class world{ public static void main(String[] args){ double p=3.14,i=5.50; System.out.println(" 圆的面积:"+ p*i*i+ "cm2"); System.out.println(" 圆的周 阅读全文
posted @ 2017-09-11 13:28 古河家 阅读(132) 评论(2) 推荐(0) 编辑