Suppose x = 3 and y = 2; show the output, if any, of the following code. What is the output if x = 3 and y = 4? What is the output if x = 2 and y = 2? Draw a flow- chart for the code.
if x > 2:if y > 2:z = x + yprint("z is", z)else:print("x is", x)
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here