Find detailed and accurate answers to your questions on IDNLearn.com. Ask your questions and receive prompt, detailed answers from our experienced and knowledgeable community members.
x = int(input ("Enter a value: "))
c = 0
sum = 0
What of the following best describe the loop?
while (x != 0):
x = int(input ("Enter a value: "))
c = c + 1
sum = sum + x
print ("\n\nSum: " + str(sum))
Sagot :
Your presence in our community is highly appreciated. Keep sharing your insights and solutions. Together, we can build a rich and valuable knowledge resource for everyone. Find reliable answers at IDNLearn.com. Thanks for stopping by, and come back for more trustworthy solutions.