First off I have 3 classes, the first is the one with my main in, in here I make variables of the type that is the first class which I have called "Group". so I make groupA and groupB.
Then in my group class I make a list of the last class that I have called names.
In this class I have the variables string name and int age.
so I add a person to groupA and groupB and wanna print out every person on each list. how do I do this?
Then in my group class I make a list of the last class that I have called names.
In this class I have the variables string name and int age.
so I add a person to groupA and groupB and wanna print out every person on each list. how do I do this?
Comment