Which of the following relation operator represents greater than or equal to?
a) >=
b) =>
c) >==
d) <=
Which of the following relation operator represent not equal to?
a) !=
b) =!
c) #==
d) <=
Which of the following is relational operator?
a) !=
b) ||
c) &&
d) +
All of the following are relational operator except…….
a) !=
b) ||
c) =
d) >=
Which of the following returns true if A=25 and B=35?
a) A+B
b) A>=B
c) A!=B
d) A=B
For A=4 and B=4 which evaluates as true…….
a) A<>B
b) A<B
c) A>B
d) A>=B