选择题:下面程序的运行结果为( )。#include using namespace std;class B

题目内容:
下面程序的运行结果为( )。
#include
using namespace std;
class Box
{public:
Box(int w=10,int h=10,int len=10);
int volume();
private:
int height;
int width;
int length;
};

Box::Box(int w,int h,int len)
{height=h;
width=w;
length=len;
}
int Box::volume()
{return(height*width*length);
}
int main()
{
Box box1;
cout<<"The volume of box1 is "< Box box2(15);
cout<<"The volume of box2 is "< Box box3(15,30);
cout<<"The volume of box3 is "< Box box4(15,30,20);
cout<<"The volume of box4 is "< return 0;
}
参考答案:

在Windows7的树型目录结构下,( )不允许两件文件名(包括扩展名)相同。A.不同磁盘的不同目录

在Windows7的树型目录结构下,( )不允许两件文件名(包括扩展名)相同。A.不同磁盘的不同目录下 B.不同磁盘的同一目录下 C.同一磁盘的不同目录下

查看答案

定义一个含有10个数的一维数组,按要求编写程序:(1) 编写函数实现10个数据的输入。(2) 编写函

定义一个含有10个数的一维数组,按要求编写程序:(1) 编写函数实现10个数据的输入。(2) 编写函数求10个数的最大值。(3) 在main函数中,调用以上函数

查看答案

诗歌《死水》的作者是下列哪位作家      。 A林徽因 B沈从文 C凌叔华

诗歌《死水》的作者是下列哪位作家      。 A林徽因 B沈从文 C凌叔华 D闻一多

查看答案

9. 世界上第一篇教育经济学沦文发表于 ( )(本题3.5分)A、 1921年B、 1922年C、

9. 世界上第一篇教育经济学沦文发表于 ( )(本题3.5分)A、 1921年B、 1922年C、 1923年D、 1924年

查看答案