Hello
I need to write a constructor for a class called myClass that takes 2 string arguments (1 called someWords and another called theList).
The constructor needs to convert the string referenced by the argument someWords into a set of words and assign the set to an instance
variable called setword and then assign the argument theList to an instance variable called lists.
Any guidance here would be appreciated.
best wishes