logo

Crowdly

What does the following print to the console. sum = 0 counter = 0 numbers = [22...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

What does the following print to the console.

sum = 0

counter = 0

numbers = [22, 55, 111, 555]

while numbers[counter] < 100:

sum = sum + numbers[counter]

counter = counter + 1

print(sum)

More questions like this

Want instant access to all verified answers on softserve.academy?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!