Overall dimensions show the ( ) of the composite solid
A: overall length
B: width
C: height
D: diameter
A: overall length
B: width
C: height
D: diameter
举一反三
- Overall dimensions show the ( ) of the composite solid
- The overall length is necessary for a round end plate.
- The cultural dimensions at the nation level can summarize the overall psychological state of a country.
- 下列程序的输出结果为 class Box{ int length,width,height; public void setInfo(int l,int w,int h){ length = l; width = w; height = h; } public int volumn(){ return length*width*height; } public int area(){ return (length*width + length*height + width*height) * 2; } public String toString(){ return "Length:" + length + " width:" + width + " height:" + height + " volumn: " + volumn() + " area:" + area(); }} public class BoxTest { public static void main(String[] args) { Box b = new Box(); b.setInfo(5,2,4); System.out.println(b.toString()); }}
- The overall length of gas pipeline was planned to reach 300,000 km---enough to ____ to the moon and back. A: expose B: stretch