Module 3 Flashcards
Tests if two conditions both evaluate to True or False
AND
Evaluates if either condition or both conditions are True or False and only until its truth or falsity is known
ORElse
A statement which allows a program to execute different paths based on the truth or falsity of an expression
If…Then…Else
Evaluates if both conditions are True or False and only until its truth or falsity is known
AndAlso
Tests two condition and if either condition or both conditions are True of False then expression evaluates
OR
A statement which allows a program to execute a path based on the truth or falsity of an expression
If…Then
Checks if two values are equal to each other or not
Equality Operators
Not equal
<>
Sign Operators
+, -
Check the mathematical relation between two values
Relational Operators