logo

Crowdly

What is the value of the output in the following script? x, n = 128, 0 while...

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

What is the value of the output in the following script?

x, n = 128, 0

while x>1:

x = x/2

n = n + 1

print(n)

50%
0%
50%
0%
More questions like this

Want instant access to all verified answers on moodle.essec.fr?

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