logo

Crowdly

Browser

Додати до Chrome

Which statement is correct about the execution of the loop in the following code...

✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.

Which statement is correct about the execution of the loop in

the following code fragment?

num = int(input("Please enter a number (0 when done): "))
incr = 0
while num != 0 :
   incr = incr + 1
   num = int(input("Please enter a number (0 when done): "))
print(incr)
Більше питань подібних до цього

Хочете миттєвий доступ до всіх перевірених відповідей на elearn.squ.edu.om?

Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!

Browser

Додати до Chrome