It may be because it is late or maybe I cant wrap my brain around this.
I have created a class with 4 enumerations in it. Each enumeration has 3 values.
I am trying to find a way to create a list of all the possible unique combinations.
I have tried a nest for each loop but I am missing something here. This isn't for a class this is just a learning project for myself. I would appreciate a jump start with this. Thanks
I have created a class with 4 enumerations in it. Each enumeration has 3 values.
I am trying to find a way to create a list of all the possible unique combinations.
I have tried a nest for each loop but I am missing something here. This isn't for a class this is just a learning project for myself. I would appreciate a jump start with this. Thanks