【正文】
值 (2).邏輯表達式 not(非) and(與) or(或) (優(yōu)先級: not and or) 填表: 操作 and or True True True False False True False False (3)混合運算的優(yōu)先級 算術(shù)運算 關(guān)系表達式 邏輯表達式 練習(xí) 2: 35 and 86 or not( 3*2+510)值是 : 練習(xí)1 :求X的絕對值 ? 輸入X ? 如果 x=0 ,輸出X 否則輸出 X 方法 2: X=inputbox(“”) If x=0 then print x Else Print x End if 方