How can I create an array that I am not sure how many items are going into it.
How can I declare an array if I am not sure how big I should make it.
Thank you,
Timgerr
-How important does a person have to be before they are considered assassinated instead of just murdered?
Congratulations!
Code:
string[] myArray = new string[1];
1 item can go into the array
Thank you,
Timgerr
-How important does a person have to be before they are considered assassinated instead of just murdered?
Congratulations!