1.

List all the subsets of the set { –1, 0, 1 }.

Answer»


ANSWER :`PHI, {-1}, {0}, {1}, {-1, 0}, {-1, 1}, {0, 1}" and "{-1, 0, 1}`


Discussion

No Comment Found