The last piece we have to add is the ability to create a condition using a not equal. This means that in addition to creating conditions likev1='one' and ...we should be able to use the not equal operator as well. Ex.(v1=1) and (v2=2) and (v3!=3). To accomplish this, we...