假設condition1為必要條件,condition2、condition3、condition4這三個只要有一個成立即可,也就是
if condition1 and condition2 then.... 或是1跟3成立也觸發 if condition1 and condition3 then.....
請問要如何運用and or把這4個條件,用同一個句子就可以表達出來呢? 感謝協助。
假設condition1為必要條件,condition2、condition3、condition4這三個只要有一個成立即可,也就是
if condition1 and condition2 then.... 或是1跟3成立也觸發 if condition1 and condition3 then.....
請問要如何運用and or把這4個條件,用同一個句子就可以表達出來呢? 感謝協助。
2 評論