2

1 //程序员:马相露
2 public class My{
3        public static void main(String[] args){
4               int a=35+100*60; //将跑步时间转化为秒
5               double b=2.0*1.6;    //将跑步路程转化为公里
6               System.out.println("平均速度:"+ a/3600/b + "时/公里");
7        }
8 }

 

posted @ 2017-12-18 14:12  mxl-1  阅读(104)  评论(0编辑  收藏  举报