Ask Question
4 February, 13:35

Double[][] vals =

{{1.1, 1.3, 1.5},

{3.1, 3.3, 3.5},

{5.1, 5.3, 5.5},

... {7.1, 7.3, 7.5}}

How many columns are in the array above?

0

2

3

4

+2
Answers (1)
  1. 4 February, 17:34
    0
    4

    Explanation:

    by counting the number of the colum to. be counted well and nicely
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Double[][] vals = {{1.1, 1.3, 1.5}, {3.1, 3.3, 3.5}, {5.1, 5.3, 5.5}, ... {7.1, 7.3, 7.5}} How many columns are in the array above? 0 2 3 4 ...” 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