未分类题
What conclusion can we draw about working at home from the passage?
Working at home is getting popular but most people need to meet their colleagues ______.
A.
【参考答案】
face-to-face(sometimes)
face-to-face(sometimes) 解析:仔细分析题......
(↓↓↓ 点击下方‘点击查看答案’看完整答案 ↓↓↓)
点击查看答案
<上一题
目录
下一题>
热门
试题
单项选择题
We agreed to his suggestion that a bridge __across the river.()
A.be built
B.was built
C.should build
D.would be built
点击查看答案&解析
未分类题
阅读以下说明和C++程序,将应填入(n)处的字句写在答题纸的对应栏内。说明 以下程序的功能是计算三角形、矩形和正方形的面积并输出。 程序由4个类组成:类Triangle、Rectangle和Square分别表示三角形、矩形和正方形;抽象类Figure提供了一个纯虚拟函数getArea(),作为计算上述三种图形面积的通用接口。c++程序 include <iostream.h> inclule <math.h> class Figure { public: virtual double getArea()= 0; 纯虚拟函数 }; class Rectangle: (1) { protected: double height; double width; public: Rectangle() { }; Rectangle(double height, double width) { this->height = height; this->width = width; } double getArea() { return (2) ; } class Square: (3) { public: Square(double width) { (4) ; } }; class Triangle: (5) { double la; double lb; double lc; public: Triangle(double la, double lb, double lc) { this->la = la; this->lb ='lb; this->lc = lc; } double getArea() { double s = (la+lb+lc) 2.0; return sqrt(s*(s-la)*(s-lb)*(s-lc)); } }; void main() { Figure* figures[3] = { new Triangle(2,3,3), new Rectangle(5,8), new Square(5)}; for (int i = 0; i < 3; i++) { com << 'figures[' << i << '] area =' << (figures[i])->getArea0 << endl; }
点击查看答案
相关试题
某机床的主轴和润滑油泵各由一只笼型异步电...
试设计一个工作台前进—退回的控制线路。工...
试画出既能使三相异步电动机正、反连续运行...
The main idea of the story is tha...
When we dream,().