Question: About the following code snippet, after the third statement is executed, the capacity of the list is _ _ _ _ _ ( Note that

About the following code snippet, after the third statement is executed, the capacity of the list is _____(Note that the count of a list is an integer).
Dim lastNames As New List(Of String)
lastNames.Add("Boehm")
lastNames.Add("Prince")
lastNames.Add("Murach")
lastNames.Add("Taylor")

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!