Solved

Match the Following Comparison Operators Expression with Their Example

Question 14

Matching

Match the following Comparison Operators expression with their example:

Premises:
>25
=25
>=25
<>25
<25
Responses:
Less than 25
Equals 25
Greater than 25
Greater than or equal to 25
Does not equal 25

Correct Answer:

>25
=25
>=25
<>25
<25
Related Questions