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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

If Else Statement

A

Control structure that lets us do either one section of code or another depending on a test

How well did you know this?
1
Not at all
2
3
4
5
Perfectly