Posts by Alan Jhonatan • 21 points
1 post
-
1
votes2
answers219
viewsQ: C# - Initialization of an array/list
I wonder if you can instantiate a vector of size n and initialize it with a specific value. (Without using one for this) For example, I would like to instantiate a vector, which will have size 100…