R Relational Operators Flashcards
1
Q
Equality
A
2
Q
Inequality
A
3
Q
Greater or less than
A
4
Q
Greater/less than or equal to
A
5
Q
Create a vector with number list and check to see which numbers are above a number
A
6
Q
comparing two vectors
A
7
Q
Logical operators
and
A
8
Q
or operator
A
9
Q
Not operator
A
10
Q
not operator
A
11
Q
logical operators and vectors
A
12
Q
If statment.
set up general if statment
A
13
Q
else statement
setup general if statement with else
A
14
Q
else if statement
setup general else if statement
A
15
Q
if, else if, else
setup general statment
A