I am trying to create a instance of the object Iset. When the person makes the object they have to give an int which will be the size of a boolean array that will store a set of
You are creating a new variable inside your constructor and this is called shadowing. Use this to set the attributes of the current object:
this
this.size = a;