Question: fast Identify whether the given program is correct(true) or not(false). (0.5 mark) X = int(input(Enter X Value)) Y = int(input(Enter Y Value)) Z = X+y

Identify whether the given program is correct(true) or not(false). (0.5 mark) X = int(input("Enter X Value")) Y = int(input("Enter Y Value")) Z = X+y print("Answer is", z) Select one: O True False What will be the output of the below program: (1 mark) X=10 y=2 X=X+2 y=y+2 print("y") 0 2 04 O error
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
