Ask Question
18 November, 18:24

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

+1
Answers (1)
  1. 18 November, 18:28
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers