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
10) The coil of transformer is coated by enamel why​
diamong [38]

Answer:

Enamel is used to coat the wires, it is the thinnest possible insulator. The coils are made up of large number of turns and enamel makes it possible to cram a lot of wires (coils) in much smaller space.

3 0
3 years ago
What is formula of baking soda.​
Anika [276]

NaHCO3

That is the formula for baking soda

6 0
3 years ago
Read 2 more answers
I need help with these. Please show workings<br>​
Sauron [17]

Answer:

Imp = 25 [kg*m/s]

v₂= 20 [m/s]

Explanation:

In order to solve these problems, we must use the principle of conservation of linear momentum or momentum.

1)

(m_{1}*v_{1})+(F*t)=(m_{1}*v_{2})

where:

m₁ = mass of the object = 5 [kg]

v₁ = initial velocity = 0 (initially at rest)

F = force = 5 [N]

t = time = 5 [s]

v₂ = velocity after the momentum [m/s]

(5*0) +(5*5) = (m_{1}*v_{2}) = Imp\\Imp = 25 [kg*m/s]

2)

(m_{1}*v_{1})+(F*t)=(m_{1}*v_{2})\\(0.075*0)+(30*0.05)=(0.075*v_{2})\\v_{2}=20 [m/s]

8 0
2 years ago
Read 2 more answers
A new conveyor system at the local packaging plant will utilize a motor powered mechanical arm to exertion average force of 890N
valkas [14]

Answer:

power =( 890 N x 12 m ) / 22 s=

=   485 Watts

Explanation:

4 0
2 years ago
Describe the difference between the currents that exist in the wires leading to a capacitor when these wires are connected to (a
krek1111 [17]

Answer:

Explanation: In DC circuit, the current will flow for a short time, which is required to charge the capacitor. Once you switch it on, it spikes and the gradually decreases to almost zero (0) as the capacitor becomes fully charged.

In an AC circuit, the circuit acts as if the current is flowing throw the plates whereas is not actually flowing. The circuit acts like the AC is flowing through the capacitor.

8 0
3 years ago
Other questions:
  • The greenhouse effect keeps earth warmer than it would normally be. True False
    6·1 answer
  • A certain part of the electromagnetic spectrum ranges from 200 nm to 400 nm. what is the lowest frequency associated with this p
    10·1 answer
  • Which is described as the flow of charge particles?
    14·1 answer
  • A car with a mass of 2000 kg is moving around a circular curve at a uniform velocity of 25 m/s per second. The curve has a radiu
    11·1 answer
  • Bees can see into the ultraviolet region of the electromagnetic spectrum. Compared with humans, bees can sense
    6·2 answers
  • An atom has 1.5x10^19 free electrons.
    12·1 answer
  • Rooms are fitted with ventilators to let the air move around. The phenomenon involved is:
    6·2 answers
  • Eee A student conducts an investigation to determine how the force of gravity affects different objects dropped from different h
    12·1 answer
  • According to Newton's Second Law of Motion, an object will accelerate if you apply what kind of force? Question 1 options: Frict
    7·1 answer
  • 2. A jack exerts a vertical force of 4.5 X 103
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!