public class Demo_1

{
          public static void main(String[] args)

         {
               double V;
               V=(1.6*24)/(1+40/60+35/3600);
               System.out.println("The runner speed is" + V + "km/h" );
         }
}

 

 

 

posted on 2017-09-25 08:30  华山论  阅读(1099)  评论(0编辑  收藏  举报