Possible Duplicate:
I need help creating an instance variable and constructors
The second constructor will take one argument, which will be an array of int. This constructor will create an instance array of the same size as the argument and then copy the integers from the argument to the instance array.