Block of statements - - One or more statements enclosed in an open curly brace ‘{‘ and a closing curly brace ‘}’., Boolean expression - - A mathematical or logical expression that is either true or false., compound Boolean expressions - - A Boolean expression with two or more conditions joined by a logical and ‘&&’ or a logical or ‘||’., conditional - - Used to execute code only if a Boolean expression is true., DeMorgan’s Laws - - Rules about how to distribute a negation on a complex conditional., logical and - - Used in compound boolean expressions that are true if both conditions are true., logical or - - Used in compound boolean expressions that are true if one of the conditions is true., negation - - turns a true statement false and a false statement true, short circuit evaluation - - The type of evaluation used for logical and (&&) and logical or (||) expressions. If the first condition is false in a compound boolean expression joined with a logical and, then the second condition won’t be evaluated. If the first condition is true in a compound boolean expression joined with a logical or then the second condition won’t be evaluate.,

ลีดเดอร์บอร์ด

สไตล์ภาพ

ตัวเลือก

สลับแม่แบบ

คืนค่าการบันทึกอัตโนมัติ: ใช่ไหม