Assume a, b, and c have been defined to be integer variables. Which of the following values make the expression ¬(a==b) true?

a) a=3,b=3,c=3
b) a=3,b=3,c=4
c) a=3,b=4,c=4
d) a=4,b=4,c=4