当前位置:计算机科学技术题库>CPP考试题库

问题:

[单选]

1)#include
2)using namespace std;
3)int main()
4){
5)int a,b,result;
6)cout<<"please input two numbers: ";
7)cin>>a>>b;
8)result=3*a-2*b+1;
9)cout<<"resultis" << result << endl;
10)} 

程序第5行中,” ”的含义是:()

A . A、代表’’和’n’两个字符
B . B、回车,即回到当前行的行首
C . C、回车换行,即回到下一行首列
D . D、制表符

反映左右心室去极化过程中电位变化的波形是() P波。 QRS波。 T波。 U波。 f波。 1)#include 2)using namespace std; 3)int main() 4){ 5)int a,b,result; 6)couta>>b; 8)result=3*a-2*b+1; 9)cout A、Iamastudent.的前面。 B、Iamastudent.的后面。 C、Iamastudent.的下一行首列。 D、不确定。 申请人通过电话银行办理转账业务时,客户签约的约定账户只能作为()。 A、转入账户。 B、转出账户。 C、都可以。 D、无法确定。 SWKP AS 20R防滑器系统CPU面板按钮1-Display的功能是()。 肌肉注射应选择肌肉丰满、血管少、远离()的部位。

1)#include
2)using namespace std;
3)int main()
4){
5)int a,b,result;
6)cout<<"please input two numbers: ";
7)cin>>a>>b;
8)result=3*a-2*b+1;
9)cout<<"resultis" << result << endl;
10)} 

程序第5行中,” ”的含义是:()
参考答案:

  参考解析

" ”的含义是回车换行。

在线 客服