Ask Question
5 June, 23:55

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;

+1
Answers (1)
  1. 6 June, 02:15
    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?
Find 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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers