c={x|x is an integer and -4<x<4 }
Answers
Answered by
1
Answer:
c={-3,-2,-1,0,1,2,3}
Explanation:
As set c is of integers only so fractional values can't be placed so it is positive and negative values from -3 to 3 as mentioned -4,4 doesn't belongs to c.
Similar questions