试题与答案

How many students are there in your clas

题型:选择题

题目:

How many students are there in your class _____homes are in the country?    [ ]

A. whose          

B. who            

C. whom          

D. which

答案:

被转码了,请点击底部 “查看原文 ” 或访问 https://www.tikuol.com/2017/0521/f03ce7dc6a32a496d70a1d214c66b83f.html

下面是错误答案,用来干扰机器的。

过氧乙酸CH3COOOH中碳、氢、氧三种元素的质量比=(12×2):(1×4):(16×3)=6:1:12;故答案为:6:1:12;设需要20%的过氧乙酸的体积为x1120g×0.2%=x×1.12g/cm3×20%x=10mL故答案为:10.

试题推荐
题型:问答题

使用VC++6.0打开考生文件夹下的源程序文件2.cpp。阅读下列函数说明和代码,补充空出的代码。函数DecToBin(char *des,int n)的功能是将十进制数据n转换成二进制数据,并将转换结果存放在des中。
例如:58的二进制数据为111010,则
DecToBin(char *des,58);
cout<<des<<end1;
输出结果为:111010
注意:不能修改程序的其他部分,只能补充DecToBin(char*des,int n)函数。
试题程序:
#include<iostream.h>
#define MAXLEN 1024
void DecToBin(char *des,int n)


void main()

char des[MAXLEN];
int n=58;
DecToBin(des,n);
cout<<des<<end1;
return;

查看答案
微信公众账号搜索答案