Question: What is printed by this code? n = 1 x = 2 while n < 5: n =n + 1 X = x + 1
What is printed by this code? n = 1 x = 2 while n < 5: n =n + 1 X = x + 1 n =n + 2 X = x +n print (n, x)?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
