Question: Consider the following code: x = 9 sum = 0 while x < 1 9 : x = x + 1 num = int (

Consider the following code:
x =9
sum =0
while x <19:
x = x +1
num = int(input("Enter a number: "))
sum = sum + num
print(str(x)+": "+ str(num)+" Total: "+ str(sum))
Which of the following is the loop control variable?

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!