摘要:
//程序猿:孔宏旭 2017.X.XX public class Work{ public static void main(String[] args) { int a=35+100*60; //将跑步时间换算 double b=2.0*1.6; //将路程换算 System.out.printl 阅读全文
摘要:
//程序猿:孔宏旭 2017.X.XX public class Work{ public static void main(String[] args) { double a,b,s; a=Math.PI; //利用数学方法 派~ b=5.5; s=a*b*b; System.out.printl 阅读全文
摘要:
//程序猿:孔宏旭 2017.X.XX public class Work{ public static void main(String[] args) { System.out.println(" J A V V A"); System.out.println(" J A A V V A A") 阅读全文