If Statements Flashcards
1
Q
If Statement
A
Lets you ask a question to the program and only run code if the answer is true
2
Q
If Else Statement
A
Control structure that lets us do either one section of code or another depending on a test