Answer: I think the answer is Infinity.
Step-by-step explanation:
Answer:
nElements = 0;
for (int i = 0; i < a2d.length; i++)
nElements += a2d[i].length;
isRectangular = true;
for (int i = 1; i < a2d.length && isRectangular; i++)
if (a2d[i].length != a2d[0].length)
isRectangular = false;
Step-by-step explanation:
2 dimensional array is created and initialize element with 0. and the taking loop for 2 dimensional array .such as
n Elements = 0;
for (int i = 0; i < a2d.length; i++)
n Elements += a2d[i].length;
A boolean variable isRectangular and 2 dimensional array has been created if rectangle is true the take a2d.length and isRectangular less than i and intiliaze i with 1 then increment the i .It will give true value.
If rectangular is false then apply if statement and see if a2d[i] is not equal to a2d[0]
if (a2d[i].length != a2d[0].length)
isRectangular = false;
We know, Volume of a Cone = πr² h/3
v = 3.14 * (6)² * 11.4/3
v = 3.14 * 36 * 3.8
v = 429.552
Now, for 1 m³, it costs = $20
So, for 429.552 m³, it will be: 20 * 429.552 = 8591
In short, Your Answer would be $8591
Hope this helps!
Answer:
680 cm
Step-by-step explanation:
There are 100 cm in 1 m, so multiply 6.8*10, which equals 680
hope this helps :)
Answer: 1/729
.........................