c语言编程练习题:7-62 计算物体自由下落的距离
作者:yunjinqi   类别:    日期:2023-05-29 21:37:53    阅读:131 次   消耗积分:0 分    

image.png

#include <stdio.h>
int main(){
    double height = 0.5*10*3*3;
    printf("height = %.2f",height);
    return 0;
}


版权所有,转载本站文章请注明出处:云子量化, http://www.woniunote.com/article/187
上一篇:c语言编程练习题:7-61 Programming in C is fun!
下一篇:c语言编程练习题:7-63 高空坠球