0
I need to take Input from main and use it to populate a array inside of a class example of what Im working with bellow
2 Réponses
0
you can't assign a value of any attributes of class. you can do this to class example:
objectName = new className();
objectName.arrayName[elementIndex] = value
0
all these information is written in the lessons. If sth is not written in lessons you can find it in documentation on microsoft website or stackExchange