题目内容

球从 100米高度自由落下,每次落地后反跳回原来高度的一半,再落下,求它在第十次落地时,共经过多少米?第十次反弹多高?main(){ float Sn=100.0,hn=Sn/2;int n;for (n=2;n<= (1) ;n++){ Sn= (2) ; hn= (3) ; }printf("第10次落地时共经过%f米\n",Sn);printf("第10次反弹%f米\n",hn);}

查看答案
更多问题

Why does the speaker like Thailand?

What is Thailand best know fro geographically?

Why does the speaker say rivers have a huge impact on life in Thailand?

镜子属于()垃圾。

A. 可回收
B. 有害
C. 厨余
D. 其他

答案查题题库