A Problem in Logic (42)

7 Name: #!/usr/bin/anonymous : 2008-05-04 14:44 ID:Heaven

>>6
no, fE() should return TRUE if they are all equal and FALSE if they are unequal.

fE() and tD() test for opposite things, and on a different number of arguments.

fE() - fourEqual() - are these fourEqual()?
tD() - threeDifferent() - are these threeDifferent()?

The point is that one takes an even number of integers and tests for equality, and the other takes an odd number of integers and tests for distinction.

This thread has been closed. You cannot post in this thread any longer.