1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
3241004551 [841]
3 years ago
7

Int[][] myvals = {{2, 4, 6, 8}, {20, 40, 60, 80} };​using the above two-dimensional array, what is the value of myvals[1][2]?

Mathematics
1 answer:
RoseWind [281]3 years ago
4 0

Answer:

myvals[1][2] = 4

Step-by-step explanation:

Int[][] myvals = {{2, 4, 6, 8}, {20, 40, 60, 80} }

This command means that we have the following matrix:

\left[\begin{array}{cccc}2&4&6&8\\20&40&60&80\end{array}\right]

using the above two-dimensional array, what is the value of myvals[1][2]?

This is the element at first row, column 2.

First row is {2, 4, 6, 8}

First row, column 2 is 4. So

myvals[1][2] = 4

You might be interested in
Which sequences are arithmetic? Check all that apply.
abruzzese [7]
The arithmetic sequences are 3rd one, and 5th one as they are increasing or decreasing by a constant rate of change
5 0
2 years ago
Is 4(y-30)=4y+12 how many solutions
Len [333]

Answer:

no solution exists

Step-by-step explanation:

5 0
2 years ago
Graph y=-5x<br><br> Help please
wariber [46]
Hopefully, this helps.

5 0
2 years ago
Read 2 more answers
I need help with this​
Arturiano [62]

Answer:

With what? i dont see the picture

Step-by-step explanation:

5 0
2 years ago
HELP<br>What is the volume of this figure?
Damm [24]

Answer:

It’s 850

Step-by-step explanation:

Divide the figure into 3 shapes, first one being 10ft times 5ft times 5, followed by 20 times 5 times 5 the another with 10 times 5 times 5. I got 850

6 0
2 years ago
Read 2 more answers
Other questions:
  • What is 6/15 as a decimal
    6·2 answers
  • 3(x + y) = 12
    13·2 answers
  • What is -5 1/3 - 2 1/3 ?
    6·1 answer
  • The highest point over the entire domain of a function or relation
    8·1 answer
  • Match each value with the smallest number set that it belongs to.
    7·1 answer
  • Solve this equation x-y=5<br>3x+y=3​
    9·1 answer
  • 5a. A salad bar has five kinds of salad. In how many different ways can you choose two different salads from five?
    7·1 answer
  • find the area of the shaded regions below. give your answer as a completely simplified exact value in terms of π (no approximati
    11·1 answer
  • What is the solution set for this inequality?<br><br> -8x + 40<br><br> -16
    7·1 answer
  • Use the diagram to answer the question. what is the value of x
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!