Question: x = 1 while(x < 100): if (x % 3 == 0): print (x) X += 1 This will display at least 43 numbers
x = 1 while(x < 100): if (x % 3 == 0): print (x) X += 1 This will display at least 43 numbers This will display only multiples of 3 O This is a loop that never ends This will display less than 30 number
Step by Step Solution
There are 3 Steps involved in it
It seems that the images are s... View full answer
Get step-by-step solutions from verified subject matter experts
