Please enable JavaScript to use CodeHS

APCSP20: AAP-2.H.2

CodeHS Lessons

The exam reference sheet provides IF(condition) {<block of statements> } in which the code in block of statements is executed if the Boolean expression condition evaluates to true; no action is taken if condition evaluates to false.

Standard
1.11 If Statements
4.4 If Statements