Multiple Choice
If you know the value of the item that you want to remove from a List, but you do not know the item's index, you can use the ____________.
A) - operator
B) Erase method
C) Remove method
D) -= operator
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q20: To sum all the elements of a
Q39: A(n) _ is similar to a two-dimensional
Q51: A(n) _ is a special value that
Q53: The only requirement for the binary search
Q53: Look at the following code sample: int[]
Q54: In C#, all arrays have a(n) _
Q58: List objects, like arrays, are always passed
Q60: When you process a(n) _, you must
Q62: Because subscript numbering starts at 0, the
Q72: The foreach loop is designed to work