Contents

Which of the following relation operator represents greater than or equal to?
a) >=                                      
b) =>      
c) >==                                    
d) <=

a

Which of the following relation operator represent not equal to?
a) !=                                       
b) =!
c) #==                                    
d) <=

a

Which of the following is relational operator?
a) !=                                       
b) ||
c) &&                                    
d) +

a

All of the following are relational operator except…….

a) !=                                       
b) ||
c) =                                                        
d) >=

b

Which of the following returns true if A=25 and B=35?
a) A+B                                  
b) A>=B
c) A!=B                                 
d) A=B

c

For A=4 and B=4 which evaluates as true…….
a) A<>B                                
b) A<B
c) A>B                                  
d) A>=B

d