subject

Consider the following code segment.

int total = 0;

for (int k = 0; k < = 100; k += 2)

{

total += k;

}

which of the following for loops could be used to replace the for loop in the original code segment so that the original and the revised code segments store the same value in total?

a. for (int k = 0; k < 100; k += 2)

{

total += k + 1;

}

b. for (int k = 1; k < 101; k += 2)

{

total += k - 1;

}

c. for (int k = 0; k < = 101; k += 2)

{

total += k + 1;

}

d. for (int k = 1; k < = 101; k += 2)

{

total += k + 1;

}

e. for (int k = 1; k < = 101; k += 2)

{

total += k - 1;

}

ansver
Answers: 1

Another question on Advanced Placement (AP)

question
Advanced Placement (AP), 24.06.2019 20:30
This is science by the way which of the following is an example of an environmental pressure a. the air pressure in the atmosphere b. a lake that is gradually running out of water c. a fight between two members of the same species d. breeding between two members of the same species
Answers: 1
question
Advanced Placement (AP), 25.06.2019 03:30
Love, which can’t be observed or measured directly, is an example of psychological construct
Answers: 1
question
Advanced Placement (AP), 25.06.2019 08:00
In what way are innovations in technology and forms of goverment alike
Answers: 1
question
Advanced Placement (AP), 25.06.2019 19:30
Question 1(multiple choice worth 10 points)} stefan sees a commercial on television that makes him think he needs to buy an e-reader. this is an example of wasting time getting distracted allowing someone to set goals
Answers: 2
You know the right answer?
Consider the following code segment.

int total = 0;

for (int k = 0; k <...
Questions
question
Chemistry, 14.07.2020 01:01
question
Geography, 14.07.2020 01:01
question
Mathematics, 14.07.2020 01:01
Questions on the website: 13722367