Respuesta :

Six. 

There are six comparison operators: 

The equals operator: ==
The not equals operator: !=
The greater than operator: >
The less than operator: <
The greater than or equal to operator: >=
The less than or equal to operator: <=
ACCESS MORE