VB中的IF语句能如下用吗?IF 条件1 Then If条件2 Then 语句1 Else 语句2 End If Els
VB中的IF语句能如下用吗?IF 条件1 Then If条件2 Then 语句1 Else 语句2 End If Els
if.then if.then if.then else end if 以上这种语句是不对的吗? if.then不能循环
条件语句 if odd(i) then
pascal if...then 语句
算法里面几个基本语句就是那个 if 条件1 then语句一Else 语句二满足条件一后 到底是走 语句1还是2?书上给了
VB的if then end if 可不可以再在中间+上if 语句
条件语句的一般形式是‘if a then else c’其中B表示的是
将变量x y 中的最大值1赋予给变量a if y>x then a=y else a=x end if 此语句对吗
if语句条件表达式
vb if else 语法中,then后面如果有多条语句,需要用括号括起来么?
java if-else语句中的if条件后如果不加大括号能执行几句话?
if then语句的问题