Computer Science, asked by ninav8755, 1 year ago

Which is returned by greater than ( ) and equal to (==) operator?

Answers

Answered by Pranav777
2
Greater than operator (>)

Shows whether the number is greater or not...

Less than operator (<)

Shows whether the number is lesser or not...

Assignment operator (=)

Shows whether the condition is equal to the given condition...

Where else..

Double Equal to Operator (==)

Not shows it checks whether the given condition is equal to the condition or not...

Hope it helps✌️✌️

Please mark as Brainliest



Similar questions