Question: What will the following loop do? X = 0 while (x != 0) : print (x is not equal to 0) O Nothing, loop does

What will the following loop do? X = 0 while (x != 0) : print ("x is not equal to 0") O Nothing, loop does not run. Loop runs once, printing the statement and then ends. Loop has a syntax error. O Loop runs forever, infinite loop
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
