计算平均速度题

public class PJSD
{
    public static void main(String[] args)
    {
    System.out.println("平均速度为:"+24*1.6/(1+40.0/60+35.0/3600));
    }
}

posted @ 2017-09-25 13:18  FM10086  阅读(163)  评论(0编辑  收藏  举报