How do you check if two numbers are equal without using comparators?
Sigiloso
About your question if you are working with c/c++ you could write a substraction statement that substracts one number from other and put that statement in a condition block of an if statement. As the if statement will use the result of the substraction to compare it to as zero itself and you do not need to write any comparators. For other languages if you find any answers please note it here as a comment.