Which code example will calculate the number of checked items in a CheckedListBox named clbMovieNames and store the number in intCheckedMovies?

Which code example will calculate the number of checked items in a CheckedListBox named clbMovieNames and store the number in intCheckedMovies?

A) Dim intCheckedMovies As Integer = 0
intCheckedMovies = clbMovieNames.Items.Count - 1
B)
C)
D)


Correct Answer(s): B


Programming

Learn More Multiple Choice Question :