subject

Consider the following code segment. int[][] multi = new int[4][4];

for (int rows = 0; rows < 4; rows++)

{

for (int cols = 0; cols < 4; cols++)

{

if (cols == 0)

{

multi[rows][cols] = 0;

}

else if (cols == 1)

{

multi[rows][cols] = 1;

}

else if (cols == 2)

{

multi[rows][cols] = 2;

}

if ((rows % 2 == 0) && (cols % 2 == 0))

{

if ((rows >= 2) && (cols <= 2))

{

multi[rows][cols] = 9;

}

}

}

}

As a result of executing the code segment, how many elements in the two-dimensional (2D) array multi will store the value 9 ?

A) 0
B)1
C)2
D)4
E)6

ansver
Answers: 1

Another question on Advanced Placement (AP)

question
Advanced Placement (AP), 23.06.2019 10:30
Giving 30 points away plus brainliest if you answer correctly if you're found to be at fault in your driver license will be canceled within 90 days unless you complete a 12-hour advanced driver improvement course, complete four hours of behind-the-wheel training, and pass the extended driving test. a. a crash that results in an injury b. a crash in a school zone c. two crashes within two years d. three crashes within three years
Answers: 2
question
Advanced Placement (AP), 23.06.2019 19:30
Explain the popular saying "we are made of stardust. how are we made of stardust? use scientific vocab.
Answers: 1
question
Advanced Placement (AP), 23.06.2019 19:40
Want free points and brainliest? answer this drivers ed question correctly and you shall receive : ) in which of the following situations is it legal to pass? a. the vehicle you want to pass is driving at or above the speed limit in front of you. b. you must cross a center line that's solid on your side and broken on the opposite side. c. you are in the middle of crossing a bridge that only has one lane each direction. d. you are on a straight road and can pass the car ahead under the speed limit.
Answers: 2
question
Advanced Placement (AP), 24.06.2019 18:30
Pkease ! what are a few reasons why the south seceded from the union
Answers: 1
You know the right answer?
Consider the following code segment. int[][] multi = new int[4][4];

for (int rows = 0;...
Questions
question
Mathematics, 16.12.2019 10:31
question
English, 16.12.2019 10:31
Questions on the website: 13722360