1.12

//程序猿:孔宏旭  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.println("这个人的平均速度为:"+(a/3600/b));  //最后输出
   }
}

posted @ 2017-09-10 22:46  妮蔻的绯闻男友  阅读(108)  评论(0编辑  收藏  举报