以下不正确的单行结构条件语句是()。
A: Ifx<0 Theny=2*x-1:Write(x)EndIf
B: Ifx>yThenWrite(x>y)
C: IfxThent=t*x
D: IfxMod3=2ThenWrite(x)
A: Ifx<0 Theny=2*x-1:Write(x)EndIf
B: Ifx>yThenWrite(x>y)
C: IfxThent=t*x
D: IfxMod3=2ThenWrite(x)
举一反三
- 以下不正确的单行结构条件语句是()。 A: AIf x<0 Then y=2*x-1: Write(x) End If B: BIf x>y Then Write(x>y) C: CIf x Then t=t*x D: DIf x Mod 3=2 Then Write(x)
- 若x和y是程序中的两个整型变量,则下列if语句中正确的是______。 A: if(x==0)y=1;elsey=2; B: if(x==0)theny=1elsey=2 C: if(x==0)y=1elsey=2; D: ifx==0y=1elsey=2;
- 若x和y是程序中的两个整型变量,则下列if语句中正确的是()。 A: if(x==0)y=1;elsey=2; B: if(x==0)theny=lelsey=2; C: if(x==0)y=lelsey=2; D: ifx==0y=1;elsey=2;
- x,y均为整数,下列正确的条件语句是()。 A: if3*y>x>ytheny=x^3 B: ifx<3*y:x>ytheny=x^3 C: ifxtheny=x^3 D: ifx≥ytheny=x^3
- 若x和y是程序中的两个整型变量,则下列if语句中正确的是()。 A: if(x==0)y=l;elsey=2; B: if(x==0)theny=1elsey=2 C: if(x=0)y=lelsey=2; D: ifx==0y=1elsey=2;