Assume that the following numbers belonged to an ArrayList called values: 5, 23, 45, −3, 17, 18, 100 Which of the following would determine how many elements are in values? a int numElements = value

Assume that the following numbers belonged to an ArrayList called values:5, 23, 45, −3, 17, 18, 100Which of the following would determine how many elements are in values?  aint numElements = values.length; bint numElements = values.length(); cint numElements = values.size(); dint numElements = values.size; edouble numElements = values.size;

 
"Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!"