Selection Flashcards
1
Q
IF statements are really important in programming. What do they actually do ?
A
They are how computers decide what to do.
- They are called selections or decisions
2
Q
==
A
Equal to
3
Q
!=
A
Not equal to
4
Q
>
A
Greater than
5
Q
<
A
Less than