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
diamong [38]
3 years ago
11

Assume you are given an int variable named nElements and a two-dimensional array that has been created and assigned to a2d. Writ

e one or more statements that assign to nElements the total number of elements that could be stored in the entire two-dimensional array.
Physics
1 answer:
Alex777 [14]3 years ago
3 0

Answer:

Explained

Explanation:

public int dimension(int [][]a2d,int nElements)

{

int count = 0;

for(int i = 0;i < a2d.length ; i++)

{

count = count + a2d[i].length;

}

return count;

}

You might be interested in
If A = 5 and C = 13, what is sin x?
lisabon 2012 [21]
<span>By pythagorean theorem then, the vertical side of the right triangle must be 12.
Then if x is the angle between the horizontal side and the hypotenuse, sin(x) = 12/13 but also the anser should be in this sentences.
</span>
6 0
3 years ago
There is a moon orbiting an Earth-like planet. The mass of the moon is 9.58 × 1022 kg, the center-to-center separation of the pl
kaheart [24]

Answer:

= 4.38 × 10³⁴kgm²/s

Explanation:

Given that,

mass of moon m = 9.5 × 10²²kg

Orbital radius r = 4.28  × 10⁵km

Orbital period  T = 28.9days

T = 28.9  × 24 × 60 × 60

   = 2,496,960s

Angular momentum of the moon about the planet

L = mvr

L = mr²w

L = mr^2\frac{2\pi }{T} \\\\L = \frac{9.5 \times 10^2^2 \times(4.28\times10^8)^2\times2\times3.14}{2496960} \\\\L = 4.389.5 \times 10^3^4kgm^2/s

7 0
3 years ago
Read 2 more answers
What are compounds considered to be
bija089 [108]

Answer:A compound is a substance formed when two or more elements are chemically joined.

Explation:Water, salt, and sugar are examples of compounds.

I hope this helps<3

7 0
3 years ago
Which organism would most likely have new gene combinations?
ella [17]

Answer:

a hamster resulting from sexual reproduction

4 0
2 years ago
Velocity must be measured in units of
ohaa [14]
Metres per seconds (m/s)
3 0
3 years ago
Other questions:
  • the line on the position time graph show the velocites of different vehicles which line represents a vehicle moving at constant
    12·1 answer
  • What is energy state
    11·1 answer
  • 009 10.0 points
    6·2 answers
  • In which type of process is a gas heated so rapidly that is expands before any heat can escape, resulting in an absence of heat
    9·1 answer
  • A spelunker is surveying a cave. She follows a passage 140 m straight west, then 290 m in a direction 45? east of south, and the
    11·1 answer
  • Plz help me on science about cells
    7·1 answer
  • This question is typical on some driver license exams: A car moving at 43 km/h skids 17 m with locked brakes. How far will the c
    12·1 answer
  • Andrew gathered several different species of seed plants. Which three characteristics do all the plants most likely share? have
    9·2 answers
  • Explain how geothermal energy and tidal energy can be used effectively?
    15·2 answers
  • Which type of electricity moves along a pathway to turn on a light?
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!