Computer Science, asked by Agampreetsinghkohli, 3 months ago

What is the output of this code if user enter x value as 25 and y value as 35.

x= input ("Enter a number: ")

y= input ("Enter a number: ")

print(x+y)


Select one:
a. 2535
b. 60
c. 3525

Answers

Answered by anoushka76
1

60

Explanation:

now when you know the value of x and y ie. 25 and 35 the computer will add these values as per your command

Answered by mk9412423255
1
B) 60 is the answer
Similar questions