12. Which of these is returned by greater than, <, and equal to, ==, operator?
A. Integers
B. Floating - point numbers
C. boolean
D. None of the mentioned
Answers
Answered by
2
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.
d option
Similar questions