subject
Advanced Placement (AP), 14.11.2019 16:31 chaanah

Int[ ] a = {11, 33, 55, 77};
int i = 0;
while (i < a. length)
{
if (a[i] < 50)
{
a[i] = a[i] % 3;
}
else
{
a[i] = a[i - 1] + a[i];
}
i++;
}
{2, 0, 88, 165}
{2, 3, 88, 165}
{2, 0, 55, 165}
{2, 0, 55, 132}
an endless loop occurs

ansver
Answers: 2

Another question on Advanced Placement (AP)

question
Advanced Placement (AP), 24.06.2019 20:00
Suppose you are making a map of stars around the sun, and you draw earth 1 cm from the sun on your map. the brightest star in the night sky is 8.6 light-years from the sun. on your map, how far would you place that star from the sun?
Answers: 1
question
Advanced Placement (AP), 25.06.2019 01:30
Which two organisms in the food web would most likely be affected by a decrease in producers, or the plants, at the bottom base of the food web?
Answers: 1
question
Advanced Placement (AP), 25.06.2019 19:30
Elias needs to practice the piano, but instead he sends over 100 texts to his friends. this is an example of wasting talent getting distracted allowing other to set goals
Answers: 1
question
Advanced Placement (AP), 26.06.2019 01:30
The medium that carries message signals from senders to receivers of communication is
Answers: 1
You know the right answer?
Int[ ] a = {11, 33, 55, 77};
int i = 0;
while (i < a. length)
{
if (a[...
Questions
question
Mathematics, 20.01.2021 02:00
question
Mathematics, 20.01.2021 02:00
question
Spanish, 20.01.2021 02:00
Questions on the website: 13722367