answersLogoWhite

0


Best Answer

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

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

8y ago

There are several operators used to compare two values.

== (equality) [in some languages, = is used instead]

!= (inequality) [in some languages, <> is used instead]

< (less than)

<= (less than or equal)

> (greater than)

>= (greater than or equal)

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What type of operator is used to compare two values?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Which operator is used to compare strings in Perl?

eq


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 is the type of field is used for money value in access?

Dear Sir, Currency is used as a type of field for money values in access. Dev


What is the difference between you equals 10 and you equals equals 10 in c language?

The = operator is the assignment operator. The == operator is the equality or equals operator. The = operator is the assignment operator. We use it to assign a value (the right hand operand) to an object (the left hand operand). The value must be of the same type as the object unless the value can implicitly convert to the object's type. If not, we must explicitly cast the value to the appropriate type. The operator evaluates to the value of the object after assignment, thus creating a temporary value that can be used in other expressions. Examples: int you; you = 10; // assign the value 10 to the object named 'you' int me, you; me = 10; you = 10; Note that the second example can also be written: int me, you; me = you = 10; This is because the expression 'you = 10' evaluates to the temporary value 10 (the value of 'you' after assignment) which we then assign to 'me'. Operators are evaluated according to operator precedence, and assignment 'chains' like this are always evaluated from right to left. The == operator is the equality or equals operator. We use it to determine if two object's have the same value. If so, the expression evaluates true, otherwise false. Operators that evaluate true or false are known as Boolean operators (functions that return true or false are known as predicates). Typically we use the == operator in conditional expressions: if (a == b) { // code to execute when the value of a is equal to the value of b } else { // code to execute when the value of a is not equal to the value of b } while (a == b) { // This code will loop repeatedly so long as a is equal to b at the beginning of each iteration } The == operator is one of six Boolean operators that can be used to compare object values: == : equal != : not equal &lt; : less than &lt;= : less than or equal &gt; : greater than &gt;= : greater than or equal


What is a operator in access?

It is any of the operators used to compare things to see if they are equal or greater than to less than etc. So ones like &gt; &lt; = are all comparison operators.

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


A symbol in Excel used to compare values is called?

comparison operators


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.


Is autocomplete fils in formulas and cell addresses across a range of cells?

No. It finishes words you type in based on other values that may already be in the spreadsheet. Autofill can be used to fill in formulas and other values into a range of cells.No. It finishes words you type in based on other values that may already be in the spreadsheet. Autofill can be used to fill in formulas and other values into a range of cells.No. It finishes words you type in based on other values that may already be in the spreadsheet. Autofill can be used to fill in formulas and other values into a range of cells.No. It finishes words you type in based on other values that may already be in the spreadsheet. Autofill can be used to fill in formulas and other values into a range of cells.No. It finishes words you type in based on other values that may already be in the spreadsheet. Autofill can be used to fill in formulas and other values into a range of cells.No. It finishes words you type in based on other values that may already be in the spreadsheet. Autofill can be used to fill in formulas and other values into a range of cells.No. It finishes words you type in based on other values that may already be in the spreadsheet. Autofill can be used to fill in formulas and other values into a range of cells.No. It finishes words you type in based on other values that may already be in the spreadsheet. Autofill can be used to fill in formulas and other values into a range of cells.No. It finishes words you type in based on other values that may already be in the spreadsheet. Autofill can be used to fill in formulas and other values into a range of cells.No. It finishes words you type in based on other values that may already be in the spreadsheet. Autofill can be used to fill in formulas and other values into a range of cells.No. It finishes words you type in based on other values that may already be in the spreadsheet. Autofill can be used to fill in formulas and other values into a range of cells.


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

experimental control


What type of graph or chart is used compare relative parts of a whole?

A pier chart is used to compare relative parts of a whole.