Computer Science, asked by manavmishra13, 3 months ago

Write the output of the following code (if user enter value of a as 2 and value of b as 4):

a=input(“enter a number”)

b=input(“enter another number”)

print(a+b)​

Answers

Answered by prii2102004
2

Answer:

6

Explanation:

here,a=2

b=4

hence

a+b=2+4

=6

hope it is helpful

if yes please PLEASE MARK AS BRAINLIEST

Similar questions