网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
要使x/8是最简真分数,8/x是假分数,x应该是()
- A、6
- B、7
- C、8
参考答案
更多 “要使x/8是最简真分数,8/x是假分数,x应该是()A、6B、7C、8” 相关考题
考题
运行下面程序后,正确的输出结粜是( )。 public class Sun { public static void main(String args[]) { int x=6; if(x>6) System.out.printin("x>6"); else if(x<8) System.out.println("X<8"); else if(x==6) System.out.println("x=6"); } }A.x<8x=6B.x<8C.x=6D.x<8或x=6
考题
运行下面程序后,正确的输出结果是 ______。Private Sub Command1_ Click() x = 6 if x >6 then Print "x>6": Else if x <8 then Print "x<8"; Else if x = 6 then Print "x=6": End if End if End ifEnd SubA.x<8 x=6B.x<8C.x=6D.x<8或x=6
考题
有以下程序: void f(int y,int *x) { y=y+ *x; *x;=*x+y;} main() { int x=2,y=4; f(y,x); - printf ("%d %d\n",x,y); } 执行后的输出结果是 ______。A.8 4B.8 8C.4 8D.4 2
考题
下列程序的输出结果是includeclass Myclass{public : Myclass( int i=0,int j=0){x
下列程序的输出结果是 #include<iostream.h> class Myclass{ public : Myclass( int i=0,int j=0) {x=i; y=j; } void show( ){cout<<"x="<<x<<" "<"y="<<y<<endl;} void show( )const{cout<<"x="<A.x=4,y=3;x=7,y=8B.x=3,y=4;x=7,y=8C.x=7,y=8;x=4,y=3D.x=8,y=7;x=7,y=8
考题
单选题关于真分数假分数下列哪种说法是正确的?()A
分数可以分为真分数、假分数与带分数。B
分数可以分为真分数、假分数。C
分数可以分为真分数、假分数、最简分数
热门标签
最新试卷