An object used for comparing and counting
Answer true if the receiver is equal to aNumber else answer false
Answer true if the receiver is greater than or equal to aNumber else answer false
Answer true if the receiver is greater than aNumber else answer false
Answer true if the receiver is less than or equal to aNumber else answer false
Answer true if the receiver is less than aNumber else answer false
Answer true the result of subtracting aNumber from the receiver
Answer true if the receiver is not equal to aNumber else answer false
Answer true the result of adding the receiver and aNumber
Answer true the result of multiplying the receiver and aNumber