X > 6
2x + 4 > 16
2x > 12
x > 6
Mark brainliest please
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;
2/5 = 0.4
let x = amount of applications received
180 = 0.4x.
Divide each side by 0.4
450 = x
The school received 450 applications
Answer:
Step-by-step explanation:
All you have to do is divide 15.63 by 4. That way you will find out how much it costs for 1 pound of strawberries.
15.63 divided by 4 = 3.9075 ( I would round it but you don't have to.
Now look at the first 3 number for both prices
Grapes: $3.75
Strawberries: $3.90
Now you see which is less expensive ( grapes ). Now finish with a statement!
Hopefully that helps any more questions lmk!