Conditional Testing Examples: Equality


Consideration: Testing for Equality

Testing for equality may include comparing the value stored in one variable to see if it matches the the identical value stored in a second variable. Testing for equality may also test to see if the value within a variable falls within a range of other values.

Video
Code Examples
Code Examples Output