Quote:
Originally Posted by Nikhildev18 what does the following statement infer: If x is selected y cant be selected but z must be selected. also are the following statements legitimate with reference to the above statement
1) if y is not selected then z must be selected
2) if z is not selected then y must be selected
3) if x is selected then z is also selected |
If you have to select one among x,y,z. Then all the 3 statements mentioned here are true.
If x is selected y cant be selected but z must be selected.
Above statement means :
if x is selected then y is not selected.
if x is selected then z is also selected.