Wednesday, October 3, 2012

SOFT6008 Class 11 DWEB

Students continued with the phone code.

Some students got themselves intro trouble with their Boolean algebra

x !=3 || x!=5 || x!=6 is not the same as x !=3 && x!=5 && x!=6

What about  !(x==3 || x==5 || x==6)  ? Is that the same as !=3 && x!=5 && x!=6 ?

No comments: