What is the output of the following snippet if the user enters two lines containing 2 and 4 respectively?
What is the output of the following snippet if the user enters two lines containing 2 and 4 respectively? x = int(input()) y = int(input()) print(x+ y) 24 2 6 4 Options 3 is the answer