Hello,
I am confused what is the difference between the following statements.
(a)
{x | x > 0 And x < 10}
= {1,2,3,4,5,6,7,8,9}
(b)
{x | x > 0 OR x < 10}
??
It would be helpful if someone could please post tabular form for (b)
Thanks!
Hello,
I am confused what is the difference between the following statements.
(a)
{x | x > 0 And x < 10}
= {1,2,3,4,5,6,7,8,9}
(b)
{x | x > 0 OR x < 10}
??
It would be helpful if someone could please post tabular form for (b)
Thanks!

