Math, asked by devaprasad2515, 10 months ago

Which of these is returned by greater than, less than and equal to operators?

Answers

Answered by ItsCuteBoy
7

Answer:

The greater than or equal to operator ( >= ) compares the values of two numbers. If the number to the left is greater than or equal to the number to the right, it returns true. Otherwise, it returns false. Like the equality operator, greater than or equal to operator will convert data types while comparing.


ItsCuteBoy: hmm
ItsCuteBoy: oooo
ItsCuteBoy: @OhhOoo U @kameena1
ItsCuteBoy: ooo
Answered by TanikaWaddle
3

Boolean operators

Explanation:

Boolean operators is returned by greater than, less than and equal to operators

All relational operators returns a boolean value i.e

True or False

A Boolean variable has only two possible values: true or false.

#Learn more :

https://brainly.in/question/5376649

Similar questions