2.4 If Statements
-
Incorrect
Correct
No Answer was selected
Invalid Answer
Vocabulary
Term | Definition |
---|---|
Condition | A condition is code that you put inside an if statement or while-loop. |
If Statement | An if statement lets you ask a question to the program and only run code if the answer is true. |
Control Structure | A control structure lets us change the flow of the code. |
Parentheses | ( and ) |