answersLogoWhite

0

Conditional operators are used to compare two values. The result of a comparison is either true or false. Boolean data types can hold the values true or false.

Here's a list of operators.

= Equal to

> Greater than

< Less than

>= Grater than or equal to

<= Less than or equal to

<> Not equal to

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What type of operator can be used to determine wheter a specific relationship exists between two values?

Relational Operators


Which operator is used to compare strings in Perl?

eq


Which operator is used to determine that the operands are not exactly of the same value?

The operator used to determine that the operands are not exactly of the same value is the inequality operator (!=). This operator checks if the values of two operands are not equal, returning true if they are different and false if they are the same. In some programming languages, you may also see the !== operator, which checks both value and type inequality.


A symbol in Excel used to compare values is called?

comparison operators


Why is it that we cannot use the dot operator on a type?

The dot operator is used to access properties and methods of an object. Types do not have properties or methods, so the dot operator cannot be used on them.


What is 561 in Roman numerals?

561 in Roman numerals is "DLXI". The operator "==" used below means "equivalent" , whereas the operator "=" is an "assignment". In the explanation below the Roman numerals are not being assigned the values but they are equivalent to the values shown. D 561


What is the function of ic7485?

I believe the IC7485 is used to compare values of two digital data.


What is used as way to compare values for dependant variables in many experiments?

experimental control


What is used in a way to compare values for dependent variables in many experiment?

experimental control


What value would Excel include in a calculation?

Any type of value can be used in a calculation, mainly numbers, but also things like dates, text and logical values. If used in a function, the values are known as arguments.Any type of value can be used in a calculation, mainly numbers, but also things like dates, text and logical values. If used in a function, the values are known as arguments.Any type of value can be used in a calculation, mainly numbers, but also things like dates, text and logical values. If used in a function, the values are known as arguments.Any type of value can be used in a calculation, mainly numbers, but also things like dates, text and logical values. If used in a function, the values are known as arguments.Any type of value can be used in a calculation, mainly numbers, but also things like dates, text and logical values. If used in a function, the values are known as arguments.Any type of value can be used in a calculation, mainly numbers, but also things like dates, text and logical values. If used in a function, the values are known as arguments.Any type of value can be used in a calculation, mainly numbers, but also things like dates, text and logical values. If used in a function, the values are known as arguments.Any type of value can be used in a calculation, mainly numbers, but also things like dates, text and logical values. If used in a function, the values are known as arguments.Any type of value can be used in a calculation, mainly numbers, but also things like dates, text and logical values. If used in a function, the values are known as arguments.Any type of value can be used in a calculation, mainly numbers, but also things like dates, text and logical values. If used in a function, the values are known as arguments.Any type of value can be used in a calculation, mainly numbers, but also things like dates, text and logical values. If used in a function, the values are known as arguments.


What are relational and assignment operators?

Is there a specific language that you're after? The list may vary between them, but I'll try to include them all. = (Equal To - in BASIC) &lt;&gt; (Not Equal To - in BASIC) == (Equal Value - Conventional) === (Equal Value and Type - No implicit type conversion) != (Not Equal - Conventional) !== (Different Value or Type - No implicit type conversion) &gt; (Greater Than) &lt; (Less Than) &gt;= (Greater Than or Equal To) &lt;= (Less Than or Equal To) I believe some languages also use /= as a Not Equal operator.


What comparison operators means less than or equal to?

The comparison operator &quot;less than or equal to&quot; is represented by the symbol &quot;≤&quot;. It is used to compare two values, indicating that the value on the left is either less than or equal to the value on the right. For example, in the expression &quot;x ≤ 5&quot;, it means that x can be any number that is less than or equal to 5. This operator is commonly used in mathematics and programming to set conditions or constraints.