【单选题】以下程序的功能是计算: 。#include <stdio.h> main() { int n; float s; s=1.0; for(n=10;n>1;n--) s=s+1/n; printf('%6.4f/n',s); } 程序运行后输出结果错误,导致错误结果的程序行是( )。
【简答题】完成气垫船的动画,分别制作直升机的降落动画、水面的波动动画、气垫船的晃动动画。
【判断题】When the price of corn falls relative to the price of wheat, the market supply of wheat (which can be grown on the same land) is likely to increase.
【单选题】When the price of automobile insurance increases sharply, the likely impact on the market for automobiles is:
A.
an increase in demand.
B.
an increase in quantity demanded.
D.
a decrease in quantity demanded.
【单选题】某借款合同约定贷款到期日是2008年12月31日,后因债务人挪用贷款,银行依据借款合同宣布贷款在2008年10月1日提前到期。该笔贷款的诉讼时效应从()开始计算。
【简答题】已知程序功能是:计算1~10的奇数之和及偶数之和。请填空。 #include main() { int n,m,s1,s2; s1=s2=0; for(n=0;n<=10;n+=2) {s1+=n; ______; s2+=m; } printf("偶数之和s1=%d,奇数之和s2=%d\n",s1,______); }
【简答题】“一面提示”(one-side messages)与“两面提示”(two-sides messages)