Ask Question
21 August, 06:04

Which of the following would determine how many elements are in values?

1). int numElements = values. length;

2) int numElements = values. length ();

3) int numElements = values. size ();

4) int numElements = values. size; 5) double numElements = values. size;

+4
Answers (1)
  1. 21 August, 07:31
    0
    I guess depends on the language but for both java and C+ + answer 3 is correct.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Which of the following would determine how many elements are in values? 1). int numElements = values. length; 2) int numElements = values. ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers